Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.78 KB

File metadata and controls

40 lines (24 loc) · 1.78 KB

Exposure to Poverty (poverty)

Last Updated: 06/16/2017

Overview

Poverty lines are defined by year and are based on income, age (< or ≥ 65 years), and number of people in the family. Tables for poverty cutoffs can be found at: http://www.census.gov/data/tables/time-series/demo/income-poverty/historical-poverty-thresholds.html.

Poverty exposure 'scores':

1 if ≤ poverty line
0 if otherwise

Caveats re missing data points for inputs:

  • Age: if unknown, assume < 65 years
  • Income: if unknown, use US Census Tract median household income
  • Family size: if unknown, use 4

Caveat: If the time period [Ts,Te] crosses multiple years, then use the category for the most recent year

Caveat: Note that the US Census Bureau data are only available for census years; if data from a specific time period are unavailable, then use the most recent data available

*Note: The ACS data will not be used for Green Team’s initial models

Implemented as

Code:

  • TODO (poverty.py)

Details:

  • TODO