Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tirthajyoti/covid-19-analysis

Analysis with Covid-19 data
https://github.com/tirthajyoti/covid-19-analysis

analytics coronavirus covid-19 covid-data covid19-data data-science epidemiology machine-learning modeling numpy object-oriented-programming pandemic python visualization

Last synced: 2 months ago
JSON representation

Analysis with Covid-19 data

Awesome Lists containing this project

README

        

# Covid-19 Analysis/visualization

## Covid-tracking-project data visualization

"The COVID Tracking Project collects and publishes the most complete testing data available for US states and territories. It has been cited in and used by major media companies and agencies.

![covid-tracking](https://raw.githubusercontent.com/tirthajyoti/Covid-19-analysis/master/images/Covid-tracking-project-3.PNG)

### Notebook

[Here is the demo Notebook with Covid-tracking project data](https://github.com/tirthajyoti/Covid-19-analysis/blob/master/Notebook/Covid-tracking-project.ipynb)

---

## NY Times dataset
The New York Times is releasing a series of data files with cumulative counts of coronavirus cases in the United States, at the state and county level, over time. They are compiling this time series data from state and local governments and health departments in an attempt to provide a complete record of the ongoing outbreak.

Here is the NY Times Github repo: **https://github.com/nytimes/covid-19-data**

### Notebook
[Here is the demo Notebook with NY Times dataset](https://github.com/tirthajyoti/Covid-19-analysis/blob/master/Notebook/NYTCovid-test.ipynb)

### Medium article
Here is my Medium article about it: ***[Analyze NY Times Covid-19 Dataset](https://towardsdatascience.com/analyze-ny-times-covid-19-dataset-86c802164210)***

![image-1](https://raw.githubusercontent.com/tirthajyoti/Covid-19-analysis/master/images/NYT-Covid-collage.png)

---

## Simple SEIR (Susceptible-Exposed-Infectious-Recovered) modeling
Even without venturing into actual predictive modeling, it is possible to demonstrate the efficacy of the only basic weapon that we all have against the COVID-19 virus - "social distancing" - by a simple programmatic approach.

In this demo, we will show how to build such a demo in Python, following a simple yet fundamental epidemiological theory.

### Notebook
[Here is the demo notebook for the SEIR modeling](https://github.com/tirthajyoti/Covid-19-analysis/blob/master/Notebook/SEIR-demo.ipynb)

### Medium article
Here is my Medium article about it: ***["Simple modeling of “flattening the curve” and “lifting lockdown”](https://towardsdatascience.com/simple-modeling-of-flattening-the-curve-and-lifting-lockdown-1a774a248e68)***

![SEIR-feature](https://raw.githubusercontent.com/tirthajyoti/Covid-19-analysis/master/images/SEIR-feature-image.png)