mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 09:21:16 -07:00
Show island low income percentiles in sidebar
This commit is contained in:
parent
c6c9a1a1f7
commit
dd43b64579
15 changed files with 158 additions and 12 deletions
|
@ -200,6 +200,11 @@ CENSUS_DECENNIAL_MEDIAN_INCOME_2019 = (
|
|||
CENSUS_DECENNIAL_POVERTY_LESS_THAN_100_FPL_FIELD_2019 = f"Percentage households below 100% of federal poverty line in {DEC_DATA_YEAR}"
|
||||
CENSUS_DECENNIAL_POVERTY_LESS_THAN_200_FPL_FIELD_2019 = f"Percentage households below 200% of federal poverty line in {DEC_DATA_YEAR}"
|
||||
CENSUS_DECENNIAL_ADJUSTED_POVERTY_LESS_THAN_200_FPL_FIELD_2019 = f"{CENSUS_DECENNIAL_POVERTY_LESS_THAN_200_FPL_FIELD_2019}, adjusted and imputed"
|
||||
CENSUS_DECENNIAL_POVERTY_LESS_THAN_200_FPL_PERCENTILE = (
|
||||
CENSUS_DECENNIAL_ADJUSTED_POVERTY_LESS_THAN_200_FPL_FIELD_2019
|
||||
+ ISLAND_AREAS_PERCENTILE_ADJUSTMENT_FIELD
|
||||
+ PERCENTILE_FIELD_SUFFIX
|
||||
)
|
||||
CENSUS_DECENNIAL_HIGH_SCHOOL_ED_FIELD_2019 = f"Percent individuals age 25 or over with less than high school degree in {DEC_DATA_YEAR}"
|
||||
CENSUS_DECENNIAL_UNEMPLOYMENT_FIELD_2019 = (
|
||||
f"Unemployment (percent) in {DEC_DATA_YEAR}"
|
||||
|
|
|
@ -1053,6 +1053,8 @@ class ScoreNarwhal(Score):
|
|||
|
||||
# Now we set the low income flag only for territories, but we need to rank them
|
||||
# with all other tracts.
|
||||
# Note: This specific method call will generate the
|
||||
# CENSUS_DECENNIAL_POVERTY_LESS_THAN_200_FPL_PERCENTILE column in the score.
|
||||
(
|
||||
self.df,
|
||||
island_areas_poverty_200_criteria_field_name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue