owid / covid-19-data

Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data
https://ourworldindata.org/coronavirus
5.66k stars 3.64k forks source link

Add Singapore ICU and Hospitalization Data #1970

Closed LuminousXLB closed 3 years ago

LuminousXLB commented 3 years ago

Thanks for the fantastic project. I'm surprised to find that the ICU and Hospitalization data of Singapore is not included. There's an official dashboard https://covidsitrep.moh.gov.sg/ where they publish the whole time series In ICU and In General Ward data (in JSON format at backend) under the Case Status tab. Hope to see that these data can be included in this project.

Thanks

lucasrodes commented 3 years ago

Thanks, @LuminousXLB, We have added ICU values in c62e4940fcf8a3ef1cb11241513759f4fec0e978

LuminousXLB commented 3 years ago

Hi @lucasrodes . Thanks for your work, but the data looks strange.

coronavirus-data-explorer

From Sept 7 to Sept 8, the number of ICU patients drops from 528 to 215. But in the official dashboard, There're only 6 patients in ICU on both Sept 7 and Sept 8.


I'm not sure if it's is the cause, but I assume it's df_sgp instead of df which should be assigned here in L309. https://github.com/owid/covid-19-data/blob/c62e4940fcf8a3ef1cb11241513759f4fec0e978/scripts/scripts/hosp.py#L303-L316

edomt commented 3 years ago

Thank you! Fixed in 4d4894df7276db2630a30761d791ae02eff40106