Skip to content

Instantly share code, notes, and snippets.

@mjam03
Created February 22, 2021 11:10
Show Gist options
  • Save mjam03/894a72c5edfe457c95bac1c0137bdbc4 to your computer and use it in GitHub Desktop.
Save mjam03/894a72c5edfe457c95bac1c0137bdbc4 to your computer and use it in GitHub Desktop.
test_15
# extract scottish death time series data from spreadsheet
df_s_ed = pd.read_csv(zips.extract(zips.namelist()[0]), header=3)
df_s_ed.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment