Analysis with Covid-19 data

tirthajyoti tirthajyoti Last update: Mar 07, 2024

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

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 dataset

Medium article

Here is my Medium article about it: Analyze NY Times Covid-19 Dataset

image-1


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

Medium article

Here is my Medium article about it: "Simple modeling of “flattening the curve” and “lifting lockdown”

SEIR-feature

Subscribe to our newsletter