Open elaguerta opened 4 years ago
@ldtcooper When the data viz team comes back with an answer on age groups, we might include that in this issue.
Goals to address in this issue:
[ ] Update current scrapers to report race/eth categories per counties
[ ] Update current scrapers to report age categories per counties, and format per: old:
"age_group": [
{"group": "0_17_yrs", "raw_count": 10},
{"group": "18_49_yrs", "raw_count": 10},
...
new:
"age_group": [
{"group": "0-17", "raw_count": 10},
{"group": "18-49", "raw_count": 10},
...
]
[ ] Update data_model.json
to reflect above changes to race/eth and age categories
[ ] Update README to communicate above changes
Black
, replacesAfrican_Amer
American_Indian_Alaska_Native
, replacesNative_Amer
Latinx
, replacesLatinx_or_Hispanic