mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
adding fields to downloads
This commit is contained in:
parent
2f6df2767c
commit
583ae66b24
3 changed files with 7 additions and 1 deletions
|
@ -197,6 +197,9 @@ fields:
|
||||||
- score_name: Percent pre-1960s housing (lead paint indicator)
|
- score_name: Percent pre-1960s housing (lead paint indicator)
|
||||||
label: Percent pre-1960s housing (lead paint indicator)
|
label: Percent pre-1960s housing (lead paint indicator)
|
||||||
format: percentage
|
format: percentage
|
||||||
|
- score_name: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
|
||||||
|
label: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
|
||||||
|
format: percentage
|
||||||
- score_name: Median value ($) of owner-occupied housing units (percentile)
|
- score_name: Median value ($) of owner-occupied housing units (percentile)
|
||||||
label: Median value ($) of owner-occupied housing units (percentile)
|
label: Median value ($) of owner-occupied housing units (percentile)
|
||||||
format: percentage
|
format: percentage
|
||||||
|
|
|
@ -201,6 +201,9 @@ sheets:
|
||||||
- score_name: Percent pre-1960s housing (lead paint indicator)
|
- score_name: Percent pre-1960s housing (lead paint indicator)
|
||||||
label: Percent pre-1960s housing (lead paint indicator)
|
label: Percent pre-1960s housing (lead paint indicator)
|
||||||
format: percentage
|
format: percentage
|
||||||
|
- score_name: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
|
||||||
|
label: Percent pre-1960s housing (lead paint indicator), and the median house value is less than 90th percentile (percentile)
|
||||||
|
format: percentage
|
||||||
- score_name: Median value ($) of owner-occupied housing units (percentile)
|
- score_name: Median value ($) of owner-occupied housing units (percentile)
|
||||||
label: Median value ($) of owner-occupied housing units (percentile)
|
label: Median value ($) of owner-occupied housing units (percentile)
|
||||||
format: percentage
|
format: percentage
|
||||||
|
|
|
@ -129,7 +129,7 @@ LEAD_PAINT_FIELD = "Percent pre-1960s housing (lead paint indicator)"
|
||||||
LEAD_PAINT_HOUSE_VALUE_FIELD_PCTILE = (
|
LEAD_PAINT_HOUSE_VALUE_FIELD_PCTILE = (
|
||||||
LEAD_PAINT_FIELD + ", and"
|
LEAD_PAINT_FIELD + ", and"
|
||||||
f" the median house value is less than {MEDIAN_HOUSE_VALUE_PERCENTILE}th "
|
f" the median house value is less than {MEDIAN_HOUSE_VALUE_PERCENTILE}th "
|
||||||
f"percentile " + PERCENTILE_FIELD_SUFFIX
|
f"percentile" + PERCENTILE_FIELD_SUFFIX
|
||||||
)
|
)
|
||||||
WASTEWATER_FIELD = "Wastewater discharge"
|
WASTEWATER_FIELD = "Wastewater discharge"
|
||||||
AGGREGATION_POLLUTION_FIELD = "Pollution Burden"
|
AGGREGATION_POLLUTION_FIELD = "Pollution Burden"
|
||||||
|
|
Loading…
Add table
Reference in a new issue