mahabub81 / covid-19-api

Covid-19 Data in Json and SQL format
16 stars 6 forks source link

Active cases is always 0 #4

Open kickbox opened 3 years ago

kickbox commented 3 years ago

This is a great resource. Thank you for setting this up.

I found that Active cases is always 0, in Country time series. eg. https://mahabub81.github.io/covid-19-api/api/v1/countries/BD.json or https://mahabub81.github.io/covid-19-api/api/v1/countries/US.json

Would be great to see a fix asap.

mahabub81 commented 3 years ago

Thanks for opening the issue, I will fix it by next 2/3 days.

mahabub81 commented 3 years ago

I am collecting data from https://github.com/CSSEGISandData/COVID-19/raw/web-data/data/cases_time.csv, they stopped to provide activate and recovered in this CSV.

I have to change my script totally, so I don't have an easy fix and it will take time.