mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:21:16 -07:00
Add interpolated number of off-campus students in poverty to downloads
This commit is contained in:
parent
64839d01ee
commit
d50a91f96d
8 changed files with 15 additions and 3 deletions
|
@ -52,6 +52,11 @@ WORKFORCE_SOCIO_INDICATORS_EXCEEDED = (
|
|||
# Poverty / Income
|
||||
POVERTY_FIELD = "Poverty (Less than 200% of federal poverty line)"
|
||||
|
||||
# Interpolated number of off campus-students in poverty
|
||||
OFFCAMPUS_UNIVERSITY_POPULATION_COUNT_UNDER_200PCT_FPL = (
|
||||
"Estimated population count of off-campus university students <200% FPL"
|
||||
)
|
||||
|
||||
# this is the raw, unadjusted variable
|
||||
POVERTY_LESS_THAN_200_FPL_FIELD = (
|
||||
"Percent of individuals below 200% Federal Poverty Line"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue