Skip to content

mwaters166/COVID-19_Project

Repository files navigation

COVID-19 Tracking Project

Michele Waters

COVID-19 Tracking

Summary

  • This is a COVID-19 tracking project using data compiled from Johns Hopkins (found here: https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data) and "The Covid Tracking Project" (https://covidtracking.com). You can explore confirmed cases, recovered cases, and mortality data of COVID-19 globally ('COVID19_app.py'), in individual US states ('States_COVID.py'), and in US counties ('County_COVID19_Data_Explorer.py').

  • Additional files include Jupyter Notebooks with 1) a brief comparison of actions taken in US and South Korea ('International_Gov_COVID19_Measures.ipynb'), 2) a walkthrough of the state data (with an early projection of COVID-19 cases using Prophet; 'States_Walkthrough_with_Prophet_ML.ipynb'), 3) a walkthrough of the county data ('COVID19_County_Data_Exploration.ipynb'), and 4) a walkthrough of county mortality prediction using Random Forest and analysis ('RandomForest_COVID19_Mortality.ipynb')

  • All components were written in Python (with some SQL) and can be run in Streamlit: https://www.streamlit.io/

  • You can run a file in streamlit using the command 'streamlit run NAME_OF_FILE.py' from terminal

  • There is one streamlit file for each of the global, state, and county-level data: 'COVID19_app.py', 'States_COVID.py', and 'County_COVID19_Data_Explorer.py' respectively

  • The 'County_COVID19_Data_Explorer.py' file has dependency on the 'Functions_County_COVID19_Data_Explorer.py' file; both of these files can be found in the 'County_Files_COVID-19' folder. The global and state data files are present within the main project folder

Details, Links, and Updates

Global COVID-19 Tracking

US State COVID-19 Tracking

US State COVID-19 Data Analysis

US County COVID-19 Tracking

US County COVID-19 Data Analysis and Prediction

About

COVID-19 Data Exploration and Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published