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

Time-series data of cumulative number of recovered/fatal cases as well as confirmed cases #178

Open
lisphilar opened this issue Sep 2, 2022 · 1 comment

Comments

@lisphilar
Copy link

Datasets of cumulative number of COVID-19 confirmed/recovered/fatal cases accelerated studies of data analysis with math models. Regarding monkeypox, "Confirmed" is now provided at this great repository, and addition of "Recovered" and "Fatal" is expected.

I think we have two choices for improvement.

  1. add a script for calculation for internal-use of developers and run the script after linelist updates
  2. provide users with Python/R interface for calculation

My trial suggested a few lines of Python codes is required for calculation.
https://gist.github.com/lisphilar/ae24c369d21cfeb89a673de1f6edb2b9

Note:

  • Staus = "confirmed" or "suspected": confirmed cases
  • Outcome = Recovered: recovered cases
  • Outcome = Deaths: fatal cases
  • "active" means "confirmed but not recovered/fatal" cases
  • "in-active" means "recovered or fatal cases"
  • minimum date of ["Date_onset", "Date_confirmation", "Date_hospitalisation", "Date_isolation", "Date_death", "Date_last_modified"] can be regarded as the infection date (This may require discussion for aggregation.)
  • recovery date is recorded in Date_last_modified column
@lisphilar lisphilar changed the title Provide time-seires data of cumulative number of recovered/fatal cases as well as confirmed/cases Time-series data of cumulative number of recovered/fatal cases as well as confirmed/cases Sep 2, 2022
@lisphilar lisphilar changed the title Time-series data of cumulative number of recovered/fatal cases as well as confirmed/cases Time-series data of cumulative number of recovered/fatal cases as well as confirmed cases Sep 2, 2022
@lisphilar
Copy link
Author

@jim-sheldon
If I understand the changes on 23Sep2022 correctly, we will close this issue and move forward to #201?

Recovered data may be difficult due to #177

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