Add interpolated number of off-campus students in poverty to downloads

This commit is contained in:
j-meelah 2024-12-18 10:58:35 -05:00 committed by Carlos Felix
commit d50a91f96d
8 changed files with 15 additions and 3 deletions

View file

@ -452,6 +452,7 @@ class ScoreETL(ExtractTransformLoad):
field_names.HOUSING_BURDEN_FIELD,
field_names.NO_KITCHEN_OR_INDOOR_PLUMBING_FIELD,
field_names.TOTAL_POP_FIELD,
field_names.OFFCAMPUS_UNIVERSITY_POPULATION_COUNT_UNDER_200PCT_FPL,
field_names.MEDIAN_INCOME_AS_PERCENT_OF_STATE_FIELD,
field_names.ASTHMA_FIELD,
field_names.HEART_DISEASE_FIELD,

File diff suppressed because one or more lines are too long