datameet / covid19

Novel Corona Virus - COVID-19 India Datasets by DataMeet. Sunsetted on 2022-10-21. Will not update anymore.
https://projects.datameet.org/covid19/
Other
121 stars 110 forks source link

Error in data. #14

Closed jishnupdas closed 4 years ago

jishnupdas commented 4 years ago

The data contained in data/mohfw.json has a slight error. the numbers for kerala are

"report_time":"2020-07-30T08:00:00.00+05:30","cured":11365,"death":68,"confirmed":21797

"report_time":"2020-07-31T08:00:00.00+05:30","cured":12159,"death":70,"confirmed":2203,

"report_time":"2020-08-01T08:00:00.00+05:30","cured":13023,"death":73,"confirmed":23613

for date 31 there is a slight inconsistency maybe with the scraping

thejeshgn commented 4 years ago

Thanks @jishnupdas

I think there is an error in the source, I will find out the value and fix it. Thank for reporting.

```

{ "sno": "18", "state_name": "Kerala", "active": "10364", "positive": "21797", "cured": "11365", "death": "68", "new_active": "10074", "new_positive": "2203", "new_cured": "12159", "new_death": "70", "state_code": "32" },

thejeshgn commented 4 years ago

Its 22303. Fixed now.

jishnupdas commented 4 years ago

Thanks!

Great work by the way on the repo!