项目作者: aplomb08
项目描述 :
Fetch covid19 data from worldometers
高级语言: Python
项目地址: git://github.com/aplomb08/covid19-data.git
Fetch-Covid19-Data
Fetch covid19 data from worldometers.
About Output
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.
Steps to run script
- 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.