Add back income percentile (#1977)

* Add missing field to download (#1964)

* Remove pydantic since it's unused (#1964)

* Add percentile to CSV (#1964)

* Update downloadable pickle (#1964)
This commit is contained in:
Matt Bowen 2022-10-04 15:09:05 -04:00 committed by GitHub
commit 1334fcc274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 18 deletions

View file

@ -68,6 +68,9 @@ fields:
- score_name: Total population
label: Total population
format: float
- score_name: Percent of individuals below 200% Federal Poverty Line, imputed and adjusted (percentile)
label: Adjusted percent of individuals below 200% Federal Poverty Line (percentile)
format: float
- score_name: Percent of individuals below 200% Federal Poverty Line, imputed and adjusted
label: Adjusted percent of individuals below 200% Federal Poverty Line
format: float

View file

@ -72,6 +72,9 @@ sheets:
- score_name: Total population
label: Total population
format: float
- score_name: Percent of individuals below 200% Federal Poverty Line, imputed and adjusted (percentile)
label: Adjusted percent of individuals below 200% Federal Poverty Line (percentile)
format: float
- score_name: Percent of individuals below 200% Federal Poverty Line, imputed and adjusted
label: Adjusted percent of individuals below 200% Federal Poverty Line
format: float