mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
Added Territory FPL200 to donut hole calculation
This commit is contained in:
parent
83f2bd8414
commit
7f968ea665
1 changed files with 7 additions and 1 deletions
|
@ -961,7 +961,13 @@ class ScoreNarwhal(Score):
|
|||
self.df[
|
||||
field_names.POVERTY_LESS_THAN_200_FPL_IMPUTED_FIELD
|
||||
+ field_names.PERCENTILE_FIELD_SUFFIX
|
||||
]
|
||||
].fillna(
|
||||
# low income percentile field null in non-PR territories,
|
||||
# need to fill in with the territory-specific percentiles
|
||||
self.df[
|
||||
field_names.CENSUS_DECENNIAL_POVERTY_LESS_THAN_200_FPL_PERCENTILE
|
||||
]
|
||||
)
|
||||
>= self.LOW_INCOME_THRESHOLD_DONUT
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue