diff --git a/data/data-pipeline/data_pipeline/score/score_l.py b/data/data-pipeline/data_pipeline/score/score_l.py index 554fdbfa..831539c2 100644 --- a/data/data-pipeline/data_pipeline/score/score_l.py +++ b/data/data-pipeline/data_pipeline/score/score_l.py @@ -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: