mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 14:31:16 -07:00
Add to decimal rounding (#623)
* added score D * forgot to add decimal rounding
This commit is contained in:
parent
99503a2541
commit
94298635c2
1 changed files with 2 additions and 0 deletions
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue