mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
Add percentile column for L (#851)
* Add percentile column for L * Use Definition instead of Score Co-authored-by: Shelby Switzer <shelby.switzer@cms.hhs.gov>
This commit is contained in:
parent
8372b47d42
commit
a0bf186ee6
1 changed files with 4 additions and 0 deletions
|
@ -51,6 +51,10 @@ class ScoreL(Score):
|
|||
non_workforce_factors
|
||||
].any(axis=1)
|
||||
|
||||
self.df["Definition L (percentile)"] = self.df[
|
||||
field_names.SCORE_L_COMMUNITIES
|
||||
].astype(int)
|
||||
|
||||
return self.df
|
||||
|
||||
def _climate_factor(self) -> bool:
|
||||
|
|
Loading…
Add table
Reference in a new issue