Skip to content

Instantly share code, notes, and snippets.

@dstuebe
Last active March 22, 2020 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstuebe/44debbdb7a6ad29fdc25b677fc2131f6 to your computer and use it in GitHub Desktop.
Save dstuebe/44debbdb7a6ad29fdc25b677fc2131f6 to your computer and use it in GitHub Desktop.
A python jupyter notebook to extract and load the JHU CSSE COVID-19 data and do some basic growth rate plots, mostly US focused.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dstuebe
Copy link
Author

dstuebe commented Mar 19, 2020

The last days data gets updated - the time lag can be considerable.
Watch for updates at https://github.com/CSSEGISandData/COVID-19/blob/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Confirmed.csv

@dstuebe
Copy link
Author

dstuebe commented Mar 19, 2020

Thanks to Plotly magic you can turn on and off particular lines in the graph by click on the legend.
Makes it easier to read.

@dstuebe
Copy link
Author

dstuebe commented Mar 19, 2020

Lots more COVID-19 Dashboards out there:
https://covid19dashboards.com/

@dstuebe
Copy link
Author

dstuebe commented Mar 22, 2020

Fixed a bug in combining county and state data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment