-
Notifications
You must be signed in to change notification settings - Fork 51
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
Most of the data seems to be skipping a day. #22
Comments
@jakobzhao Yes, I would like to contribute to this project! I just feel I need a bit more feedback :) Let me look at where the shift might be happening. Would you consider downloading data from https://www.worldometers.info/coronavirus/ as that seems like the fastest updated source I have seen so far. I could implement the downloader, for all countries excluding China and US. |
Thank you! Yes, we have considered world meters, which has multiple benefits. But it is not our immediate needs, because we already had a crawler for countries. We are thinking of making a crawler for U.S. cases (check here), but not succeed. |
What about scrapping data from https://topic.newsbreak.com/covid-19.html?s=i0 for US |
good suggestion @sijukoiply we will consider that!!thank you! @xuf3 @whichsteven @lolakang @joshuaji03 |
Sorry to intervene, but I noticed that from the virus.csv file, the entire row of 2020-03-16 data are missing. |
@NikolaosAndritsosHNMS your observation is absolutely correct. we have just recovered that row. |
I am observing this problem in the update process for few days already. Most of the countries that I randomly select show this behaviour:
The last value is correct, but the historical data seem to be shifted one day forward, overwriting the second-to-last value. Confirmed on multiple countries where I have independent access to time series.
The text was updated successfully, but these errors were encountered: