sets column as percentiles (#525)

* sets column as percentiles

* adds trailing comma
This commit is contained in:
Vim 2021-08-13 12:01:34 -07:00 committed by GitHub
commit 1dbb1018d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,11 +46,11 @@ class PostScoreETL(ExtractTransformLoad):
"Total population", "Total population",
"Score E (percentile)", "Score E (percentile)",
"Score E (top 25th percentile)", "Score E (top 25th percentile)",
"Poverty (Less than 200% of federal poverty line)", "Poverty (Less than 200% of federal poverty line) (percentile)",
"Percent individuals age 25 or over with less than high school degree", "Percent individuals age 25 or over with less than high school degree (percentile)",
"Linguistic isolation (percent)", "Linguistic isolation (percent) (percentile)",
"Unemployed civilians (percent)", "Unemployed civilians (percent) (percentile)",
"Housing burden (percent)", "Housing burden (percent) (percentile)",
] ]
self.TILES_SCORE_CSV_PATH = self.SCORE_CSV_PATH / "tiles" self.TILES_SCORE_CSV_PATH = self.SCORE_CSV_PATH / "tiles"
self.TILES_SCORE_CSV = self.TILES_SCORE_CSV_PATH / "usa.csv" self.TILES_SCORE_CSV = self.TILES_SCORE_CSV_PATH / "usa.csv"