covid19india / api

Moved to https://github.com/covid19india/data/
https://api.covid19india.org
MIT License
678 stars 605 forks source link

`state_wise.csv` has incomplete data. #508

Closed siddhpant closed 3 years ago

siddhpant commented 3 years ago

state_wise.csv is not updated since 13th August. Here's the screenshot of latest CSV downloaded from https://data.covid19india.org/csv/latest/state_wise.csv

image

siddhpant commented 3 years ago

Actually, the cumulative number is being updated, but the last updated time isn't, and the delta number is also 0.

For example, in the CSV I downloaded just now, the total stats are given as:

State Confirmed Recovered Deaths Active Last_Updated_Time Migrated_Other State_code Delta_Confirmed Delta_Recovered Delta_Deaths State_Notes
Total 32321610 31517677 433079 358139 13/08/2021 23:27:22 12715 TT 0 0 0

But when we see the stats for 13th August on the website, they are: image

Whereas the latest stats is: image

Clearly, the CSV has latest cumulative data but the delta data is absent, and last updated field is incorrect.

siddhpant commented 3 years ago

Moved to new repo. See the above reference.