Scrape the RKI Data from Arcgis into a Pandas Dataframe
Project description
(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!
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
File details
Details for the file rki_scraper-0.1.8.tar.gz
.
File metadata
- Download URL: rki_scraper-0.1.8.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4906bc1b5ab3dbcab50f251299facf8eed2212b37a23ca4aecfa077138b45b8b |
|
MD5 | 52f6b4b7e96dfc70c536181b6a5e7d81 |
|
BLAKE2b-256 | 8505f9dde050cf21a2792a92c7a78b052737f5fb3e79642dec83d3c24479b680 |