Analysis with Covid-19 data
Last updated Jan 31, 2025
59
Stars
72
Forks
6
Issues
0
Stars/day
Attention Score
47
Topics
Language breakdown
No language data available.
▸ Files
click to expand
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.
Notebook
Here is the demo Notebook with Covid-tracking project data
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 datasetMedium article
Here is my Medium article about it: Analyze NY Times Covid-19 Dataset
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 modelingMedium article
Here is my Medium article about it: "Simple modeling of “flattening the curve” and “lifting lockdown”
🔗 More in this category