Closed terrytsaistats closed 3 years ago
Hi @terrytsaiecon and thanks for your message! What you notice is definitely true. On the website we provide a rawdata.log where we list errors of this kind (errors in the raw data from the provider). Unfortunately, this does not depend on us but on the data provider. Even for official sources the data quality raises some concerns and some countries may provide noisy data. You can find here the data sources we use. In R you can easily find them by:
x <- covid19()
View(covid19cite(x))
I would encourage you to contact the provider or check on their website for possible explanations. And feel free to suggest a better provider for the data you are studying in case there is one. Many thanks!
Hi @terrytsaiecon, if this is OK I'm going to close the issue thanks
Yes of course. Thank you for your help!
On Mon, Dec 21, 2020 at 3:49 PM Emanuele Guidotti notifications@github.com wrote:
Hi @terrytsaiecon https://github.com/terrytsaiecon, if this is OK I'm going to close the issue thanks
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/covid19datahub/COVID19/issues/141#issuecomment-748823607, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANJZJNFGNL4WNNWXFHYTNTDSV34YFANCNFSM4UZS7WRQ .
If the variable confirmed is cumulative why does some of them decrease? I tried to create new cases but end up getting some negative numbers. Thank you for your help!