This repository exists to gather all data about spreading of SARS-CoV-2 in Poland.
Python
3.4 or greaterBeautifulSoup
4Pandas
Seaborn
- Meteostat Meteorological data: Copyright © National Oceanic and Atmospheric Administration (NOAA), Deutscher Wetterdienst (DWD)
- RMF24
- Polish Police statistics
- Koronawirusunas
- IHME
$ 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
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.