Various visualizations of the corona pandemic based on data from the Johns Hopkins University Center for Systems Science and Engineering (CSSE)
- Linear Axis (Doesn't really make much sense to show an exponential process on a linear axis)
- Logarithmic Scale (Decadic Logarithm)
- Absolute change compared to the previous day
- Percentage of the total population
- Easy select multiple countries
- Slider for start date offset
- Doubling time visualisation
- Automatic update on slider offset change
- Compare countries until first confirmed infection (shift graphs)
- https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/
- https://github.com/samayo/country-json
Under the following link a temporary notebook can be spawned. Here you can view the visualisations and implement anything you want to do with the data.