-
Notifications
You must be signed in to change notification settings - Fork 2
79 lines (49 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: "Open Government Data, provided by Canton Zurich"
date: "2025-01-07"
output: html_document
---
## Dataset: COVID_19 Einreisequarantäne Kanton Zürich ab 06.07.2020 bis 15.08.2021
Anzahl Personen, die pro Kalenderwoche aus einem Gebiet mit erhöhtem Infektionsrisiko ('Risikoland') einreisen und - abhängig von den geltenden Bestimmungen - in Quarantäne müssen. Familien und Gruppen müssen für jede Person eine Meldung erstellen. Die Daten werden jeweils montags aktualisiert.
[Direct data shop link for dataset](https://www.zh.ch/de/politik-staat/statistik-daten/datenkatalog.html#/datasets/699@gesundheitsdirektion-kanton-zuerich)
Auto generated R starter code for data set 699@gesundheitsdirektion-kanton-zuerich.
## Metadata
- **Issued** `2020-09-15T17:57:00`
- **Modified** `2022-03-01T16:48:34`
- **Startdate** `2020-07-06`
- **Enddate** `2021-08-15`
- **Theme** `['http://publications.europa.eu/resource/authority/data-theme/HEAL', 'http://publications.europa.eu/resource/authority/data-theme/TRAN']`
- **Keyword** `['gesundheit', 'krankheiten', 'corona', 'covid-19', 'covid19', 'ogd']`
- **Publisher** `['Gesundheitsdirektion des Kantons Zürich']`
- **Landingpage** `https://github.com/openZH/covid_19/tree/master/fallzahlen_kanton_zh`
# Load packages
```{r}
library(tidyverse)
library(skimr)
```
# Load data
- The dataset has 1 distribution(s) in CSV format.
- All available CSV distributions are listed below and can be read into a tibble.
```{r}
# Distribution 0
# Ktzhdistid : 1722
# Title : COVID_19 Einreisequarantäne Kanton Zürich - Einreisen aus Risikoländern nach Kalenderwoche
# Description : Länder mit weniger als 10 Einreisenden pro Kalenderwoche (KW) werden in der Kategorie 'andere' zusammengefasst. In den KW 52, 53 und 1/2021 ist teils alleine die Kategorie 'andere' vorhanden, in der die Einreisenden aus *allen* Ländern insgesamt zusammengefasst sind. Grund: Vom 22.12.2020 bis zum 05.01.2021 konnten die Einreisenden das Land nicht eingeben, aus dem sie einreisten.
# Issued : 2020-09-15T18:16:33
# Modified : 2021-07-05T14:34:16
df <- read_delim('https://raw.githubusercontent.com/openZH/covid_19/master/fallzahlen_kanton_zh/COVID19_Einreisequarantaene_pro_KW.csv')
```
# Analyze data
```{r}
glimpse(df)
str(df)
skim(df)
head(df)
tail(df)
```
# Continue your code here...
```{r}
```
------------------------------------------------------------------------
# Questions about the data?
Gesundheitsdirektion des Kantons Zürich | Coronavirus-Hotline | [email protected]