datasets / covid-19

Novel Coronavirus 2019 time series data on cases
https://datahub.io/core/covid-19
1.16k stars 605 forks source link

Example jupyter notebook showing how to use the data #20

Open rufuspollock opened 4 years ago

rufuspollock commented 4 years ago

e.g. could use https://colab.research.google.com/

loleg commented 4 years ago

https://github.com/willhaslett/covid-19-growth and https://github.com/tomerburg/COVID-19 are a couple of existing examples of Python notebooks.

Colab is great, alternatives include https://mybinder.org/ and http://tljh.jupyter.org/en/latest/

jochym commented 4 years ago

The polish wikipedia plots are generated by this notebook https://github.com/jochym/covid_plots . It is not the cleanest example there is but it may be useful ;)