You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
I want to use the data in csv files from following api https://api.covid19india.org/csv/latest/case_time_series.csv https://api.covid19india.org/csv/latest/districts.csv
For data provenance, I ran a simple sum() of columns in the above CSV files to compare against the covid19india.org App.
This is what I am getting:
Total Confirmed = 2,666,894,500
Total Deceased = 38,032,319
Above numbers are consistent with both the CSV files, implying that the source of raw data from which above CSV files are generated is same.
Question -
Why are these numbers completely different than what I am seeing on the dashboard of covid19india.org App
Can help to make me understand what am I not getting right?