-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are the data from these fields always increasing or decreasing? #128
Comments
I opened a similar issue requesting understanding how these numbers works. The short answer to your questions is: no. |
Ok get it, thanks. It would be great if the data (confirmed, recovered, deaths) were always static (as if a data bank that saves but does not remove, does not subtract), and people themselves, using mathematics, calculated how much let's quarantine. And one more time I notice that sometimes during the call let's say (https://covid19.mathdro.id/api) the data is gradually calculated and changed until the calculation is completed. For example, during the calculation, there may be 200,000, 300,000, 400,000, and so on until the final count. Have you ever thought of setting some kind of calculation indicator, such as (workon => true) until the calculation is complete? In order for the user to receive data and understand that he did not get at the time of counting and did not receive incomplete data. |
Yes. This is happening to me as well and some responses seems to be cached. Definitely needs some improvements on the data accuracy. |
Are the data from these fields (example, https://covid19.mathdro.id/api/countries/usa -> confirmed, recovered) always increasing or can decreasing? These data (deaths), I am sure that they are not decreasing.
The text was updated successfully, but these errors were encountered: