Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

knmlprz/corona-analysis-1

Repository files navigation

Corona analysis 1

This repository exists to gather all data about spreading of SARS-CoV-2 in Poland.

Requirements

  • Python 3.4 or greater
  • BeautifulSoup 4
  • Pandas
  • Seaborn

Data sources

Installation

$ git clone https://github.com/prz-ml/corona-analysis-1.git 
$ cd corona-analysis-1
$ python -m pip install -r requirements.txt
$ python setup.py install

Usage

All the scripts in corona-analysis/scrapers contain get_data() that gathers and cleans dataset of choice.

from corona_analysis.scrapers import koronawirusunas
koronawirusunas.get_data()

Gathering some datasets may require an api key. Currently only meteostat scraper requires one.