Skip to content

Commit

Permalink
Add health insurance back to cdc places (#1848)
Browse files Browse the repository at this point in the history
Ooops
  • Loading branch information
mattbowen-usds committed Sep 15, 2022
1 parent 68c83b2 commit 463ec06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ def __init__(self):
self.CDC_PLACES_URL = "https://chronicdata.cdc.gov/api/views/cwsq-ngmh/rows.csv?accessType=DOWNLOAD"
self.COLUMNS_TO_KEEP: typing.List[str] = [
self.GEOID_TRACT_FIELD_NAME,
field_names.DIABETES_FIELD,
field_names.ASTHMA_FIELD,
field_names.HEART_DISEASE_FIELD,
field_names.CANCER_FIELD,
field_names.DIABETES_FIELD,
field_names.HEALTH_INSURANCE_FIELD,
field_names.PHYS_HEALTH_NOT_GOOD_FIELD,
]

Expand Down

0 comments on commit 463ec06

Please sign in to comment.