Skip to contents

The table is sourced from the Landesdatenbank NRW from the series 2 Bildung, Sozialleistungen, Gesundheit, Rechtspflege (Education, Social Benefits, Health, Administration of Justice) -> 21 Bildung und Kultur (Education and Culture) -> 213 Hochschulen (Universities) -> 21311 Statistik der Studenten (Student Statistics).

Usage

df_21311LJ208

Format

A tibble with 1.232 rows and 4 variables:

BIL002

Studierende

ALTNW08

Altersgruppen (unter 18, 1-Jahres-Schritte, 60 und mehr)

DLAND

Land

SEMEST

Semester

Source

The data in this package was obtained from the Landesdatenbank NRW (retrieved on 2024-05-05) using the code '21311LJ208'. The licence for data obtained from the Landesdatenbank NRW / Destatis is available here (see paragraph 2 section 2): Data licence Germany – attribution – Version 2.0. Paragraph 2 section 3 requires including a reference to the dataset (URI) if available. To the best of my knowledge, the Landesdatenbank NRW does not yet provide Uniform Resource Identifiers (URI) to identify their tables.

Paragraph 3 stipulates that 'changes, editing, new designs or other amendments must be marked as such in the source note'. Compared to the raw data, the following changes were made: Compared to the raw data, the following changes were made: (1) technical columns ending in "QUAL", "ERR", or "LOCK" were removed, and (2) variable and value labels were added to each table using the labelled package. The code for all these transformations is available through this package.

Details

The following summary is automatically generated using skimr::skim()

Table: Data summary

Namedf_21311LJ208
Number of rows1232
Number of columns4
_______________________
Column type frequency:
character3
numeric1
________________________
Group variablesNone

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
ALTNW0801690440
DLAND0122010
SEMEST0110100280

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
BIL0020113518.2517855.23431177.253733.520643.567641▇▁▁▁▁

Examples

library(labelled)

df_21311LJ208
#> # A tibble: 1,232 × 4
#>    ALTNW08                    DLAND                    SEMEST     BIL002
#>    <chr+lbl>                  <chr+lbl>                <chr>       <dbl>
#>  1 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1992/93     55
#>  2 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1993/94    356
#>  3 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1994/95     59
#>  4 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1995/96     76
#>  5 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1996/97     80
#>  6 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 1997/98     50
#>  7 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 2001/02     43
#>  8 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 2002/03     53
#>  9 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 2003/04     73
#> 10 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen] WS 2004/05     71
#> # ℹ 1,222 more rows