Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise data model #78

Open
elaguerta opened this issue Jun 4, 2020 · 2 comments
Open

Revise data model #78

elaguerta opened this issue Jun 4, 2020 · 2 comments
Assignees

Comments

@elaguerta
Copy link
Collaborator

elaguerta commented Jun 4, 2020

  1. Consider including active/recovered cases. Solano County and Sonoma county have these.
  2. Research and implement best practices for demographic categories. In particular, we might prefer:
  • Black, replaces African_Amer
  • American_Indian_Alaska_Native, replaces Native_Amer
  • Latinx, replaces Latinx_or_Hispanic
@elaguerta
Copy link
Collaborator Author

@ldtcooper When the data viz team comes back with an answer on age groups, we might include that in this issue.

@elaguerta
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant