Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tirthajyoti/covid-19-analysis
- Owner: tirthajyoti
- License: mit
- Created: 2020-03-29T21:35:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T07:30:27.000Z (over 4 years ago)
- Last Synced: 2024-11-02T02:32:58.283Z (3 months ago)
- Topics: analytics, coronavirus, covid-19, covid-data, covid19-data, data-science, epidemiology, machine-learning, modeling, numpy, object-oriented-programming, pandemic, python, visualization
- Language: Jupyter Notebook
- Size: 3.73 MB
- Stars: 60
- Watchers: 9
- Forks: 71
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)