-
Notifications
You must be signed in to change notification settings - Fork 15
Not adding dates with zero vaccinations #33
Comments
The decision behind this was to only add entries whenever there are new values. In particular, this call to covid19-vaccination-subnational/src/covid_updater/utils.py Lines 36 to 49 in b12cf50
In the CSV files, I think this behavior makes sense. However, in the API files, I agree that this may cause some issues. To this end, I'd say we could modify the update_api_v1.py script to fill these gaps, potentially adding a new field like Let me know what you think and thanks for your feedback |
I think it will be better to account for the zero_vaccination dates both in JSON and CSV. (specially in JSON as you mentioned) As some people prefer to use CSV over JSON and it is good to keep both in similar structure. Regarding adding |
Thanks for your comment. Some notes:
What do you think? @sanyam-git |
I have observed from comparing India.csv and state_timeline.csv that the script is leaving the date with zero vaccinations (I've checked and its seems it is the case for all other countries also).
For example : On 20th January 202, the union territory of AN in India had zero vaccination does administered so that date is not present in India.csv.
I'm relatively new in this stuff, so please don't mind if I'm wrong here. Will not this create issues when using the API to directly plot any visualizations or using the data for analysis directly ?
The text was updated successfully, but these errors were encountered: