Skip to content

Commit

Permalink
Readd CDC dataset config (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbowen-usds committed Sep 19, 2022
1 parent d12b55e commit 52446b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/data-pipeline/data_pipeline/etl/score/config/datasets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,16 @@ datasets:
field_type: string
include_in_tiles: true
include_in_downloadable_files: true
- long_name: "CDC Life Expeectancy"
short_name: "cdc_life_expectancy"
module_name: "cdc_life_expectancy"
input_geoid_tract_field_name: "Tract ID"
load_fields:
- short_name: "LLEF"
df_field_name: "LIFE_EXPECTANCY_FIELD_NAME"
long_name: "Life expectancy (years)"
field_type: float
include_in_tiles: false
include_in_downloadable_files: true
create_percentile: false
create_reverse_percentile: true

0 comments on commit 52446b1

Please sign in to comment.