https://github.com/polkas/coronapl
corona virus data from Polish government and more
https://github.com/polkas/coronapl
covid-19 data government python r shiny spatial vaccination
Last synced: about 1 year ago
JSON representation
corona virus data from Polish government and more
- Host: GitHub
- URL: https://github.com/polkas/coronapl
- Owner: Polkas
- License: mit
- Created: 2021-04-09T23:57:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:28:33.000Z (about 2 years ago)
- Last Synced: 2024-05-23T01:21:41.531Z (about 2 years ago)
- Topics: covid-19, data, government, python, r, shiny, spatial, vaccination
- Language: R
- Homepage:
- Size: 9.39 GB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coronaPL
corona virus data from Polish government and more.
### Shiny App with powiat Covid19 data in POLAND
[c19lokalnie](https://polkas.shinyapps.io/c19lokalnie/)
### Quick COVID19 GOV Data Usage
gov.pl data are published since `2020-11-23`.
powiaty connected and all vaccination data are not updated from `05-2022`.
**R**
```r
library(data.table)
woj_df <- fread("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/woj_df.csv.gz")
# infections
pow_df <- fread("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df.csv.gz")
pow_df_full <- fread("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df_full.csv.gz")
# vaccinations
pow_df_vac <- fread("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df_vac.csv.gz")
woj_df_vac <- fread("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/woj_df_vac.csv.gz")
```
**python**
```python
import pandas as pd
woj_df = pd.read_csv("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/woj_df.csv.gz")
# infections
pow_df = pd.read_csv("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df.csv.gz")
pow_df_full = pd.read_csv("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df_full.csv.gz", encoding_errors='ignore')
# vaccinations
pow_df_vac = pd.read_csv("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/pow_df_vac.csv.gz")
woj_df_vac = pd.read_csv("https://raw.githubusercontent.com/Polkas/coronaPL/main/gov/data/woj_df_vac.csv.gz")
```
## Data COVID19 GOV
URL GOV: https://www.gov.pl/web/koronawirus/wykaz-zarazen-koronawirusem-sars-cov-2
URL GOV Description: https://www.gov.pl/web/koronawirus/metodologia
GOV vaccination Data: https://www.gov.pl/web/szczepimysie/raport-szczepien-przeciwko-covid-19
**File `gov/govDATA.R`/`gov/govDATA.py` data extraction.**
Older data is available e.g. Michała Rogalski GS: https://docs.google.com/spreadsheets/d/1Tv6jKMUYdK6ws6SxxAsHVxZbglZfisC8x_HZ1jacmBM/edit#gid=1169869581.
Be careful as this data contains possible bugs.
Vaccination Data: https://docs.google.com/spreadsheets/d/19DqluO7mmKrheqBDRD2ZFM2ZLSi4YTW2nwLbPHkiTYU