This a project of my personal curiosity about COVID-19 and what context and perspective we can get from responsible, public data.
Data is drawn from:
- The New York Times
- “Deaths and Mortality”, CDC
- “Stats of the State of South Carolina”, CDC
- South Carolina Department of Health and Environmental Control (DHEC)
- The Office of National Statistics, UK
- 2019 Novel Coronavirus COVID-19 (2019-nCoV) Data Repository by Johns Hopkins CSSE
These notebooks use the Almond kernel. You can run a notebook server with the Almond kernel using a docker container like this:
docker run -it --rm -p 8888:8888 almondsh/almond:0.9.0
You can also work interactively with these notebooks on mybinder.org.
If you have Jupyter Notebooks installed locally, with the Almond kernal, you can run this with:
jupyter notebook
This work is based on that of Neel Smith.