-
Notifications
You must be signed in to change notification settings - Fork 2
80 lines (50 loc) · 3.28 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
80
---
title: "Open Government Data, provided by Canton Zurich"
date: "2025-01-07"
output: html_document
---
## Dataset: COVID_19 Belegung Intensivpflege Kanton Zürich ab 29.10.2020 bis 02.05.2023
Anzahl zertifizierte Intensivpflege-Betten und deren aktuelle Belegung auf Spitalebene im Kanton Zürich (Stand jeweils am Mittwoch). Die Daten werden einmal wöchentlich (jeweils am Mittwoch) aktualisiert. Variabeln: 'Name des Spitals', 'Anzahl Covid-19-PatientInnen auf der Intensivpflegestation, an deren Behandlung sich das Spital derzeit beteiligen müsste (die Sollwerte werden von der Gesundheitsdirektion zusammen mit den Spitälern definiert)', 'Anzahl Covid-19-PatientInnen auf der Intensivpflegestation', 'Anzahl andere PatientInnen auf der Intensivpflegestation' und (seit 2021-12-10) 'Anzahl zertifizierte Intensivpflege-Betten, die aktuell mit dem verfügbaren Pflegepersonal betrieben werden können'.
Der Datensatz wurde bis zum 02.05.2023 aktualisiert
[Direct data shop link for dataset](https://www.zh.ch/de/politik-staat/statistik-daten/datenkatalog.html#/datasets/706@gesundheitsdirektion-kanton-zuerich)
Auto generated R starter code for data set 706@gesundheitsdirektion-kanton-zuerich.
## Metadata
- **Issued** `2020-11-06T00:00:00`
- **Modified** `2023-05-09T11:47:49`
- **Startdate** `2020-10-29`
- **Enddate** `2023-05-02`
- **Theme** `['http://publications.europa.eu/resource/authority/data-theme/HEAL']`
- **Keyword** `['kanton_zuerich', 'spitaeler', 'patient*innen', '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 : 1744
# Title : COVID_19 Belegung Intensivpflege Kanton Zürich ab 29.10.2020 bis 02.05.2023
# Description : Variabeln: 'hospital_name' = Name des Spitals; 'current_icu_service_certified' = Anzahl zertifizierte Intensivpflege-Betten; 'current_icu_target_covid' = Anzahl Covid-19-PatientInnen auf der Intensivpflegestation, an deren Behandlung sich das Spital derzeit beteiligen müsste (die Sollwerte werden von der Gesundheitsdirektion zusammen mit den Spitälern definiert); 'current_icu_covid' = Anzahl Covid-19-PatientInnen auf der Intensivpflegestation; 'current_icu_not_covid' = Anzahl andere PatientInnen auf der Intensivpflegestation; 'current_icu_service_certified_operated' (seit 2021-12-10) = Anzahl zertifizierte Intensivpflege-Betten, die aktuell mit dem verfügbaren Pflegepersonal betrieben werden können.
# Issued : 2020-11-06T16:07:21
# Modified : 2023-05-09T11:45:55
df <- read_delim('https://raw.githubusercontent.com/openZH/covid_19/master/fallzahlen_kanton_zh/COVID19_Belegung_Intensivpflege.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]