Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ratreya/covid-19

Datasets for COVID-19 and visualization using Jupyter Notebook.
https://github.com/ratreya/covid-19

covid-19 jupyter-notebook

Last synced: 26 days ago
JSON representation

Datasets for COVID-19 and visualization using Jupyter Notebook.

Awesome Lists containing this project

README

        

# COVID-19 Notebooks

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ratreya/COVID-19/master?filepath=visualization.ipynb)

* `base-builder.ipynb` is run to produce the base build of merged and cleaned-up CSV file from [JHU CSSE daily reports](https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports). `jhu-daily-reports.csv` has the following columns:

| Country | State | County | Date | Confirmed | Deaths | Recovered | Confirmed_New | Deaths_New | Recovered_New |
|---------|-------|--------|---------|-----------|--------|-----------|---------------|------------|---------------|
| | | | | | | | | | |

* `incremental-builder.ipynb` is run everyday to incrementally merge in new data into `jhu-daily-reports.csv`.
* `visualization.ipynb` reads this CSV and generates the following visualizations.

## First Wave and Second Wave for U.S.
[![US Waves](https://storage.googleapis.com/atreya/wave.png)](https://ratreya.github.io/COVID-19/wave.html)

## Comparing various trends against total confirmed cases.
![Global Growth](https://storage.googleapis.com/atreya/global-covid-growth.png)
![Global Hospitalizations](https://storage.googleapis.com/atreya/global-covid-hospitalization.png)

## World-wide daily new cases broken up by top 10 contributing countries.
![Global Spread](https://storage.googleapis.com/atreya/global-covid-spread.png)

## US daily new cases broken up by top 10 contributing states.
![US Spread](https://storage.googleapis.com/atreya/us-covid-spread.png)

## Comparing New Case growth in India against other leading countries.
![India Growth](https://storage.googleapis.com/atreya/india-growth.png)

Comparing New Case growth of top 10 US states against each other.
![India Growth](https://storage.googleapis.com/atreya/us-state-growth.png)