Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 662 Bytes

Fetch-Covid19-Data

Fetch covid19 data from worldometers.

About Output

Script create data folder which contain-

  1. csv file - List of countries and its url.
  2. date named folder - Contain csv file for each country. Each csv has file date, daily cases, total cases, daily deaths, total deaths, active cases. Note- For some countries, some fields are not availabe.

Steps to run script

  1. Create a folder name with name 'data'.
  2. Run only get_country_list() to generate country list and its link. Note- run only for one time.
  3. Comment get_country_list() function.
  4. Run restof the code.