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

Load District-wise COVID-19 test positivity rates #48

Open
thejeshgn opened this issue Jan 24, 2022 · 0 comments
Open

Load District-wise COVID-19 test positivity rates #48

thejeshgn opened this issue Jan 24, 2022 · 0 comments

Comments

@thejeshgn
Copy link
Member

thejeshgn commented Jan 24, 2022

JSON doc format could be.

{
  "_id": "2022-01-22T09:00:00.00+05:30|positivity-rates|wikidataId",
  "report_time": "2022-01-22T09:00:00.00+05:30",
  "district":"wikidataId/<wikidataId>",
  "positivity": null,
  "rtpcr_contribution": null,
  "rat_contribution": null,
  "source": "icmr",
  "type": "district-wise-weekly-positivity-rates"
}
  • report_time also is the end of the week for the data point. Do we need start date?
  • is wikidataId a better way to represent the district. Other option local government id
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