CSSEGISandData / COVID-19

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

Piecemeal inconsistent #2090

Open grantiago opened 4 years ago

grantiago commented 4 years ago

No one has recovered in the US according to this data. https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series
-- nothing here.

inconsistent. death toll, infected. inconsistent and incomplete. https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series confirmed only globally and china.

use of a heatmap to represent numbers is misleading.

cipriancraciun commented 4 years ago

I have myself generated a few heatmaps based on the JHU dataset:

And indeed there are "strange" datapoints that stand out. (BTW, similar behaviour can be seen with the ECDC and NY Times datasets, also available at the links above.)

However I would say that the major culprit here is poor reporting internally at country level, and then poor reporting to the public.

In fact I thought of applying some "smoothing" that would keep the total number intact, but "spread" the values to neighboring days.