Add to decimal rounding (#623)

* added score D

* forgot to add decimal rounding
This commit is contained in:
Jorge Escobar 2021-09-07 14:30:45 -04:00 committed by GitHub
commit 94298635c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)",