Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

msghera/corona-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Fetcher for COVID-19

It is seen that covid-19 data for small research purposes is unavailable in the format of csv. To fulfill this requirement this repo is created.

Prerequisites

Python module requests and pandas are required for this projects.

pip install requests
pip install pandas

Running the project

First clone the project

https://github.com/msghera/corona-data.git

Change directory to the folder

cd corona-data

There are two ways to run the project

[1] python corona_data.py
[2] python corona_data.py {country_name}

running [2] will create two more files than [1] based on country specific data.

You might find the files in the data folder in a folder with the timestamp the script started to run.

Authors

You are highly wellcome as a contributor.

License

This project is licensed under the GNU License - see the LICENSE file for details

Acknowledgments

Disclaimer

  • Any gurantee of authentic data is not provided.