You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
add a script for calculation for internal-use of developers and run the script after linelist updates
provide users with Python/R interface for calculation
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
The text was updated successfully, but these errors were encountered:
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
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
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.
My trial suggested a few lines of Python codes is required for calculation.
https://gist.github.com/lisphilar/ae24c369d21cfeb89a673de1f6edb2b9
Note:
The text was updated successfully, but these errors were encountered: