Data Analytics · Public Health
Exploratory analysis of county-level COVID-19 data for Alabama, focusing on death rates, vaccination coverage, and provider distribution to understand which regions were most impacted.
This project explores COVID-19 outcomes across all Alabama counties using real-world case, death, testing, vaccination, and provider data. The goal was to clean and combine multiple datasets, engineer meaningful metrics (like death rate and vaccination rate), and visualize differences between counties.
The notebook walks through data cleaning, feature engineering, and exploratory visualizations, and can be extended into a foundation for simple dashboards or further modeling.
death_rate = (deaths / cases) * 100vaccination_rate = fully_vaccinated / population_16_plusPython, pandas, NumPy, matplotlib, seaborn, Jupyter Notebook
You can customize this section with specific numbers (e.g., “Top county death rate was X%”) once you finalize the analysis.
A few of the visualizations exported from the notebook:
Export your charts from Jupyter as PNGs and place them in assets/ to use these slots.