A data science project asking whether CDC health indicators can predict household income. Short answer: partially, and geography matters a lot.

Role

Developer

Timeline
January 2022

Technologies

  • Python
  • Pandas
  • Matplotlib
  • Seaborn
  • Scikit-learn

Tools

  • Jupyter Notebook

Background

Built for COGS 108 (Data Science in Practice) at UCSD. I was curious whether population health data says anything about economics: specifically, whether conditions like diabetes or cholesterol levels correlate with income. CDC public datasets made the question answerable.

Solution

A predictive model combining health statistics with geographic data to estimate income level. Most of the actual work went into cleaning and visualization, because the relationships only became legible once location was factored in properly.

Process

Started by surveying the CDC datasets and cleaning them. The missing and inconsistent entries were the real project. Used exploratory plots to pick features, compared modeling approaches, then wrote up findings in a report.

Final Product

Impact

Found a strong correlation between certain health indicators and economic status, with clear regional variation. A useful demonstration of what public health data can and can't tell you about economics.

Reflection

This cemented my opinion that data preparation is 80% of the job. The model was the easy part. Testing these patterns against more diverse populations would be the natural next step.