Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in data. #14

Closed
jishnupdas opened this issue Aug 1, 2020 · 3 comments
Closed

Error in data. #14

jishnupdas opened this issue Aug 1, 2020 · 3 comments

Comments

@jishnupdas
Copy link

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
Copy link
Member

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
Copy link
Member

Its 22303. Fixed now.

@jishnupdas
Copy link
Author

Thanks!

Great work by the way on the repo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants