mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 22:01:16 -07:00
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:
parent
71385a033a
commit
1334fcc274
5 changed files with 7 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue