From 1dbb1018d6c4034e1df9d95fa10edace1bb07652 Mon Sep 17 00:00:00 2001 From: Vim <86254807+vim-usds@users.noreply.github.com> Date: Fri, 13 Aug 2021 12:01:34 -0700 Subject: [PATCH] sets column as percentiles (#525) * sets column as percentiles * adds trailing comma --- .../data_pipeline/etl/score/etl_score_post.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 a94a65da..5b136d2a 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 @@ -46,11 +46,11 @@ class PostScoreETL(ExtractTransformLoad): "Total population", "Score E (percentile)", "Score E (top 25th percentile)", - "Poverty (Less than 200% of federal poverty line)", - "Percent individuals age 25 or over with less than high school degree", - "Linguistic isolation (percent)", - "Unemployed civilians (percent)", - "Housing burden (percent)", + "Poverty (Less than 200% of federal poverty line) (percentile)", + "Percent individuals age 25 or over with less than high school degree (percentile)", + "Linguistic isolation (percent) (percentile)", + "Unemployed civilians (percent) (percentile)", + "Housing burden (percent) (percentile)", ] self.TILES_SCORE_CSV_PATH = self.SCORE_CSV_PATH / "tiles" self.TILES_SCORE_CSV = self.TILES_SCORE_CSV_PATH / "usa.csv"