Dashboard website that displays New York City's cumulative COVID-19 Reports broken down by Zip Code Tabulated Areas (ZCTA). http://www.danleedata.com/
The map on the homepage has pop-up functionality, where more data is displayed when the red circles are clicked.
The statistics page features real-time regressions on the total number of COVID cases against various demographics including race, median income, and poverty rate. Certain correlations are not statistically signficant but were still kept for illustrative purposes.
- Python - Packages such as folium, dash, pandas, sqlite3, lxml allowed for easy, concise code for data collection and visualization
- Bootstrap - Free open-source CSS framework focused on responsive, mobile-first web development
- Python Anywhere - Online IDE and web hosting service that is used to display the HTML files generated from the program