A Better Overview of COVID-19 in Each State of the United States
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.
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
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.
If you notice any mistakes or have any comments regarding the data, visualizations or dashboard, please feel free to contact the author (Jeff Lu)