diff --git a/data/data-pipeline/data_pipeline/etl/score/etl_score_post.py b/data/data-pipeline/data_pipeline/etl/score/etl_score_post.py index 455ea256..4cc6176d 100644 --- a/data/data-pipeline/data_pipeline/etl/score/etl_score_post.py +++ b/data/data-pipeline/data_pipeline/etl/score/etl_score_post.py @@ -61,6 +61,8 @@ class PostScoreETL(ExtractTransformLoad): # columns to round floats to 2 decimals self.TILES_SCORE_FLOAT_COLUMNS = [ + "Score D (percentile)", + "Score D (top 25th percentile)", "Score E (percentile)", "Score E (top 25th percentile)", "Poverty (Less than 200% of federal poverty line) (percentile)",