mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:41:16 -07:00
Issue 1827: Add demographics to tiles and download files (#1833)
* Adding demographics for use in sidebar and download files
This commit is contained in:
parent
e6385c172f
commit
4bf7773797
13 changed files with 304 additions and 46 deletions
|
@ -14,6 +14,39 @@ fields:
|
|||
- score_name: State/Territory
|
||||
label: State/Territory
|
||||
format: string
|
||||
- score_name: Percent Black or African American
|
||||
label: Percent Black or African American alone
|
||||
format: float
|
||||
- score_name: Percent American Indian / Alaska Native
|
||||
label: Percent American Indian / Alaska Native
|
||||
format: float
|
||||
- score_name: Percent Asian
|
||||
label: Percent Asian
|
||||
format: float
|
||||
- score_name: Percent Native Hawaiian or Pacific
|
||||
label: Percent Native Hawaiian or Pacific
|
||||
format: float
|
||||
- score_name: Percent two or more races
|
||||
label: Percent two or more races
|
||||
format: float
|
||||
- score_name: Percent White
|
||||
label: Percent White
|
||||
format: float
|
||||
- score_name: Percent Hispanic or Latino
|
||||
label: Percent Hispanic or Latino
|
||||
format: float
|
||||
- score_name: Percent other races
|
||||
label: Percent other races
|
||||
format: float
|
||||
- score_name: Percent age under 10
|
||||
label: Percent age under 10
|
||||
format: float
|
||||
- score_name: Percent age 10 to 64
|
||||
label: Percent age 10 to 64
|
||||
format: float
|
||||
- score_name: Percent age over 64
|
||||
label: Percent age over 64
|
||||
format: float
|
||||
- score_name: Total threshold criteria exceeded
|
||||
label: Total threshold criteria exceeded
|
||||
format: int64
|
||||
|
|
|
@ -18,6 +18,39 @@ sheets:
|
|||
- score_name: State/Territory
|
||||
label: State/Territory
|
||||
format: string
|
||||
- score_name: Percent Black or African American
|
||||
label: Percent Black or African American alone
|
||||
format: float
|
||||
- score_name: Percent American Indian / Alaska Native
|
||||
label: Percent American Indian / Alaska Native
|
||||
format: float
|
||||
- score_name: Percent Asian
|
||||
label: Percent Asian
|
||||
format: float
|
||||
- score_name: Percent Native Hawaiian or Pacific
|
||||
label: Percent Native Hawaiian or Pacific
|
||||
format: float
|
||||
- score_name: Percent two or more races
|
||||
label: Percent two or more races
|
||||
format: float
|
||||
- score_name: Percent White
|
||||
label: Percent White
|
||||
format: float
|
||||
- score_name: Percent Hispanic or Latino
|
||||
label: Percent Hispanic or Latino
|
||||
format: float
|
||||
- score_name: Percent other races
|
||||
label: Percent other races
|
||||
format: float
|
||||
- score_name: Percent age under 10
|
||||
label: Percent age under 10
|
||||
format: float
|
||||
- score_name: Percent age 10 to 64
|
||||
label: Percent age 10 to 64
|
||||
format: float
|
||||
- score_name: Percent age over 64
|
||||
label: Percent age over 64
|
||||
format: float
|
||||
- score_name: Total threshold criteria exceeded
|
||||
label: Total threshold criteria exceeded
|
||||
format: int64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue