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

Transform USAFacts Case Data to look like NYTimes Data #88

Open
lossyrob opened this issue Mar 28, 2020 · 1 comment
Open

Transform USAFacts Case Data to look like NYTimes Data #88

lossyrob opened this issue Mar 28, 2020 · 1 comment

Comments

@lossyrob
Copy link
Collaborator

Currently we have live case data coming in from NYTimes and USAFacts in two different formats. The NYTimes has each row represent a date for a region (either state or county). The USAFacts data is transposed of that, having each row be the region and columns for each of the dates.

The goal of this issue is to do transformations on the USAFacts data in the methods that fetch it in covidcaremap.cases so that it produces the same format data as the NYTimes data. There are multiple places in the codebase that already use USAFacts that would need to be updated.

@Geoyi
Copy link
Contributor

Geoyi commented Mar 28, 2020

sounds good, let me know when you updated.

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

2 participants