CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.12k stars 18.4k forks source link

time_series_covid19_recovery_global.csv is not part of the directory #1498

Open therealcyberlord opened 4 years ago

therealcyberlord commented 4 years ago

Can you guys please add the number of recoveries to time series data? Thanks.

downFast commented 4 years ago

Me too I am looking for Recovery dataset confirmed global

bats66 commented 4 years ago

Yes I second this request

Niaashaa commented 4 years ago

If it is not provided, I will use estimation (21day lag for confirmed case - death)

downFast commented 4 years ago

They say they will not provide any longer if not on the daily one as per https://github.com/CSSEGISandData/COVID-19/issues/1250

But why?

clyde7 commented 4 years ago

They answered in Issue #1250: "No reliable data source reporting recovered cases for many countries, such as the US."

downFast commented 4 years ago

They answered in Issue #1250: "No reliable data source reporting recovered cases for many countries, such as the US."

Ok but why do they still show it then? https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6

Should we get all the daily report, get the recovered data and do a sum to display the tot recovered? That's crazy

Niaashaa commented 4 years ago

They have it on daily file. Need proper ETL to change it to this format. https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports

downFast commented 4 years ago

They have it on daily file. Need proper ETL to change it to this format. https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports

yes I saw it but I'd need it as a single file with all dates and structure as per time_series_covid19_confirmed_global.csv or deaths, can anyone make it and put it on git please?

JNFoo commented 4 years ago

For US by State (not global, unfortunately), another poster mentioned using https://covidtracking.com/api/states/daily.csv
The data is very similar. There are some timing differences vs JHU, but it is created by a team that helped The Atlantic.

chschoenenberger commented 4 years ago

If it is not provided, I will use estimation (21day lag for confirmed case - death)

That's a great idea! I'll probabily use https://coronadatascraper.com/ in the future

geoced commented 4 years ago

They still provide recoveries numbers on their dashboard and in their daily report CSV files, so I really don't see any reason not to provide it in a global time series...

downFast commented 4 years ago

Me too. I don't understand it, you have why not show it?