Code to download ECDC & John Hopkins Univ., worldmeters.info COVID Data and save to csv files.
-
Run
data_download_ecdc.pyto get ECDC data. -
Run
data_download_jh.pyto get John Hopkins University data. JH data is in separate data files for each day. The code executes a loop to get data for all days and saves data for all days into one csv file. If a csv file with same name already exists, it is read to find the last update and does a incremental update. -
Run
data_download_wminfo.pyto get worldmeters.info data.