Web Scraper for Poland COVID19 data.
Project description
Web Scraper of COVID-19 data for Poland
Python package covid19poland provides access to COVID-19 data of Poland.
The data is scraped from Wikipedia.
Setup and usage
Install from pip with
pip install covid19poland
Importing main fetch() function with
import covid19poland as PL
x = PL.fetch()
Package is regularly updated. Update with
pip install --upgrade covid19poland
Parametrization
Level
Level is a setting for granularity of data
- Country level (default)
- State level
import covid19poland as PL
# country level
x1 = PL.fetch(level = 1)
# state level
x2 = PL.fetch(level = 2)
Contribution
Developed by Martin Benes.
Join on GitHub.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file covid19poland-0.0.3.tar.gz.
File metadata
- Download URL: covid19poland-0.0.3.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
767d3fcc61328c48964690b5192e270a9521c81842270eb5b516db9bc86d18dc
|
|
| MD5 |
8e92352b8eed4b62a1bb0af5817b17f1
|
|
| BLAKE2b-256 |
f18c362bb35b2553a16642d43fcd67ee5dbc3a5dd467f92c7239649e65e68289
|
File details
Details for the file covid19poland-0.0.3-py3-none-any.whl.
File metadata
- Download URL: covid19poland-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3rc1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6e8c54db1a5318e680391613f6bdfd0e665c6d957dc36c391763e40ca564e6c
|
|
| MD5 |
1c85607b764e03c106a1b50b52325d77
|
|
| BLAKE2b-256 |
b46019da5dd6ecd315fa0ec5eaaa695cc9f180583a64693ce051074262f7669d
|