-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TxominBasterraChang
committed
Oct 23, 2023
1 parent
dc27b90
commit 03836ec
Showing
1,253 changed files
with
36,183 additions
and
18,198 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.