US Population Growth Disparity - Net Population Change 2000 - 2016
Goal
Reproduce the map featured on this page of a report:
Contents
Data Sources
Methodology
Outcome & Products
Data Sources
2000 US County Census Estimates SF1
2016 US County Census Population Estimates
Methodology
US Population Growth Disparity Python Script
- Pulled 2000 county population data from Decennial Census API & 2016 population esimates from PopulationEstimates and Projections API
- Convert to pandas dataframe (DF)
- Join 2000 Census Population DF with 2016 Census Population Estimate DF
- Calculate net different of population between 2016 and 2000
- Export to excel table
- Join table to 2010 TIGER/Line County Shapefile
Outcome & Products
Maps, Charts, and Graphics
Written Material
September 2017 Map of the Month Write-Up