Skip to content

HiIamJeff/covid19-curves-in-US

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotting the Curves in the US

A Better Overview of COVID-19 in Each State of the United States

Purpose and Features

To better understand COVID-19 in the US, this dashboard presents an overview of state-level data with complementary information. This dashboard aims to show individual trends within each state, extract timely state-level phase information and provide a consistent and easy-to-read platform other than media outlets.

How to run this

The demo requires Python 3.6+. I would suggest creating a new virtual environment, then running:

git clone https://github.com/HiIamJeff/covid19-curves-in-US
cd covid19-curves-in-US
pip install -r requirements.txt
python run app.py

References and Relevant Readings

The state-level data is from The New York Times GitHub. The information about the phases of each state is retrieved from The New York Times. Here is another country-level dashboard and a Medium article about interpreting Coronavirus data.

Questions? Comments?

If you notice any mistakes or have any comments regarding the data, visualizations or dashboard, please feel free to contact the author (Jeff Lu)

Releases

No releases published

Packages

No packages published

Languages