ulklc / covid19-timeseries

Covid19 timeseries data store
MIT License
38 stars 9 forks source link

Chile death and cured are switched #2

Closed ivanMSC closed 4 years ago

ivanMSC commented 4 years ago

I was seeing the raw report and, as a Chilean, I was looking at your data for my country. You have death count and cured count switched! Not sure if this issue repeats for some other country.

Edit: Oh yeah, it's a bug

image

ulklc commented 4 years ago

I was adding region column, you may have pulled data while my commit ^^, And can you clear my mind how is it switched ? graph is looking good and correct i guess

ivanMSC commented 4 years ago

It's the column headers that are switched.

it now is day,countryCode,countryName,region,lat,lon,confirmed,cured,death

it should be day,countryCode,countryName,region,lat,lon,confirmed,death,cured

ivanMSC commented 4 years ago

image

ulklc commented 4 years ago

Its weird, let me check

ulklc commented 4 years ago

Okay i found! This issue same for other files, I am fixing it now and re-generate reports.

ulklc commented 4 years ago

Lets check again @ivanMSC ref: https://github.com/ulklc/covid19-timeseries/commit/d926b8b68f50e30151d29d8784e948b916eb72a3

ivanMSC commented 4 years ago

image

There we go!