covid19india/api

`state_wise.csv` has incomplete data.

siddhpant opened this issue · 2 comments

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

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.

Moved to new repo. See the above reference.