Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TxominBasterraChang committed Oct 23, 2023
1 parent dc27b90 commit 03836ec
Show file tree
Hide file tree
Showing 1,253 changed files with 36,183 additions and 18,198 deletions.
76 changes: 0 additions & 76 deletions 01_r-markdown/100@lhm.Rmd

This file was deleted.

80 changes: 80 additions & 0 deletions 01_r-markdown/100@statistisches-amt-kanton-zuerich.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: "Open Government Data, provided by Canton Zurich"
date: "2023-10-23"
output: html_document
---

## Dataset: Bevölkerung: Anteil 15-19-Jährige [%]

Anteil 15-19-Jähriger an der Gesamtbevölkerung nach zivilrechtlichem Wohnsitz(ab 2010 inkl. vorläufig Aufgenommene, die seit mehr als einem Jahr in der Gemeinde leben, aber ohne Wochenaufenthalter und Asylbewerber).

[Direct data shop link for dataset](https://www.zh.ch/de/politik-staat/opendata.html#/datasets/100@statistisches-amt-kanton-zuerich)

Auto generated R starter code for data set 100@statistisches-amt-kanton-zuerich.

## Metadata

- **Issued** `2016-01-20T20:16:00`
- **Modified** `2023-03-07T07:53:16`
- **Startdate** `1998-12-31`
- **Enddate** `2022-12-31`
- **Theme** `['Bevölkerung']`
- **Keyword** `['alter', 'altersstruktur', 'bevoelkerung', 'bezirke', 'gemeinden', 'kanton_zuerich', 'ogd']`
- **Publisher** `['Statistisches Amt des Kantons Zürich']`
- **Landingpage** `https://www.zh.ch/de/politik-staat/gemeinden/gemeindeportraet.html`


# 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 : 81
# Title : Bevölkerung: Anteil 15-19-Jährige [%]
# Description : None
# Issued : 2016-01-21T16:30:35
# Modified : 2023-03-07T07:53:16
# Rights : NonCommercialAllowed-CommercialAllowed-ReferenceRequired
df <- read_delim('https://www.web.statistik.zh.ch/ogd/data/KANTON_ZUERICH_83.csv')
```

# Analyze data

```{r}
glimpse(df)
str(df)
skim(df)
head(df)
tail(df)
```

# Continue your code here...

```{r}
```

------------------------------------------------------------------------

# Questions about the data?

Statistisches Amt des Kantons Zürich | Data Shop | datashop@statistik.zh.ch
76 changes: 0 additions & 76 deletions 01_r-markdown/101@lhm.Rmd

This file was deleted.

80 changes: 80 additions & 0 deletions 01_r-markdown/101@statistisches-amt-kanton-zuerich.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: "Open Government Data, provided by Canton Zurich"
date: "2023-10-23"
output: html_document
---

## Dataset: Geb.Vol. Landwirtschaft: Zunahme [%]

Veränderung des Gebäudevolumens gegenüber Vorjahr (1995: jährliche Veränderung im Zeitraum 1990-2000)

[Direct data shop link for dataset](https://www.zh.ch/de/politik-staat/opendata.html#/datasets/101@statistisches-amt-kanton-zuerich)

Auto generated R starter code for data set 101@statistisches-amt-kanton-zuerich.

## Metadata

- **Issued** `2016-01-20T20:16:00`
- **Modified** `2023-08-14T08:05:24`
- **Startdate** `1995-12-31`
- **Enddate** `2023-12-31`
- **Theme** `['Bau- und Wohnungswesen']`
- **Keyword** `['bautaetigkeit', 'bezirke', 'gebaeude', 'gemeinden', 'kanton_zuerich', 'landwirtschaft', 'ogd']`
- **Publisher** `['Statistisches Amt des Kantons Zürich']`
- **Landingpage** `https://www.zh.ch/de/politik-staat/gemeinden/gemeindeportraet.html`


# 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 : 82
# Title : Geb.Vol. Landwirtschaft: Zunahme [%]
# Description : None
# Issued : 2016-01-21T16:30:35
# Modified : 2023-08-14T08:05:24
# Rights : NonCommercialAllowed-CommercialAllowed-ReferenceRequired
df <- read_delim('https://www.web.statistik.zh.ch/ogd/data/KANTON_ZUERICH_164.csv')
```

# Analyze data

```{r}
glimpse(df)
str(df)
skim(df)
head(df)
tail(df)
```

# Continue your code here...

```{r}
```

------------------------------------------------------------------------

# Questions about the data?

Statistisches Amt des Kantons Zürich | Data Shop | datashop@statistik.zh.ch
76 changes: 0 additions & 76 deletions 01_r-markdown/102@lhm.Rmd

This file was deleted.

Loading

0 comments on commit 03836ec

Please sign in to comment.