-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Global country data for the 'Realtime R0' notebook #10
base: master
Are you sure you want to change the base?
Conversation
This notebook is an adaption of Kevin Systrom's work on predicting Covid-19 infection rates. Instead of US data, global data is processed. The data is being updated daily by https://ourworldindata.org and automatically imported in this notebook.
Hi Nicolas, I have created a similar extension for countries in https://github.com/sanzgiri/covid-19/blob/master/Realtime_R0_by_country.ipynb. I used data from https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data I ran into an issue for a few countries:
But it ran fine for the rest. Curious if you something similar. Thanks, |
Hi Ashutosh, |
Here's my stab at global using aggregated country-level case counts from Core Datasets: https://github.com/chrissng/covid-19 That said, I don't think it's fare to compare across countries as approach to testing varies across countries. |
Hi Kevin,
thank you very much for publishing your notebook! I was so free to create a version that imports global country data instead of US-only data. The data is compiled and updated on a daily basis by https://ourworldindata.org.
I hope it is of value!
Best,
Nicolas Weiner