(yet another) RKI Scraper
The RKI is the abbreviation for the German Robert Koch Institut. They are the central science organisation consulting the German government in health issues.
They also track (count) all sick and deceased persons.
This package shall provide sick and deceased person counts for all German States (Bundesländer) and Counties (Landkreise).
It downloads the current version of the RKI csv file and parses it into a pandas dataframe. That's about it, but I haven't found anything similar on the web last summer.
To try it, do the following:
~$ pip install rki_scraper
~$ python
>>> from rki_scraper import RKI
>>> r = RKI() # wait a while to download and parse a >>100 MB csv file
>>> r.df.head()
If you need help, or find a bug just drop a mail!
Release files for rki-scraper 0.1.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rki_scraper-0.1.8.tar.gz | 3.2 kB | Details |
Release files / rki_scraper-0.1.8.tar.gz
| Download URL | rki_scraper-0.1.8.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4906bc1b5ab3dbcab50f251299facf8eed2212b37a23ca4aecfa077138b45b8b
|
|
BLAKE2b-256 checksum How to use checksums |
8505f9dde050cf21a2792a92c7a78b052737f5fb3e79642dec83d3c24479b680
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.19.5 CPython/3.6.12
|