Fetch covid19 data from worldometers.
Script create data folder which contain-
- csv file - List of countries and its url.
- 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.
- Create a folder name with name 'data'.
- Run only get_country_list() to generate country list and its link. Note- run only for one time.
- Comment get_country_list() function.
- Run restof the code.