Summary
Create a Jupyter notebook that calculates poverty and child poverty rates for all 50 US states plus Washington DC using PolicyEngine.
Requirements
- Calculate overall poverty rate for each state + DC (51 jurisdictions total)
- Calculate child poverty rate (under 18) for each state + DC
- Use the SPM (Supplemental Poverty Measure) poverty definition
- Present results in a clear, organized format (tables and/or visualizations)
Suggested approach
- Use PolicyEngine US with state-specific microdata
- Loop through all states to calculate:
- Total population and population in poverty
- Child population and children in poverty
- Create summary tables showing:
- State-by-state poverty rates
- State-by-state child poverty rates
- Rankings by poverty rate
- Optional: Include visualizations (choropleth maps, bar charts)
Output
A notebook in the repository that can be run to produce current poverty statistics by state.
References
- PolicyEngine US documentation
- SPM poverty thresholds
Summary
Create a Jupyter notebook that calculates poverty and child poverty rates for all 50 US states plus Washington DC using PolicyEngine.
Requirements
Suggested approach
Output
A notebook in the repository that can be run to produce current poverty statistics by state.
References