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_21311LJ315

Format

A tibble with 570 rows and 5 variables:

BIL041

Studienanfänger im 1. Hochschulsemester

BIL042

Studienanfänger im 1. Fachsemester

ALTNW09

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

DLAND

Land

SJAHR

Studienjahr

Source

The data in this package was obtained from the Landesdatenbank NRW (retrieved on 2024-05-05) using the code '21311LJ315'. 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_21311LJ315
Number of rows570
Number of columns5
_______________________
Column type frequency:
character2
numeric3
________________________
Group variablesNone

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
ALTNW0901690190
DLAND0122010

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
SJAHR012007.508.6619932000.002007.52015.002022▇▇▇▇▇
BIL041014824.826201.3435796.001938.06446.2530545▇▂▁▁▁
BIL042017846.566968.74362263.755439.511987.7531682▇▃▂▁▁

Examples

library(labelled)

df_21311LJ315
#> # A tibble: 570 × 5
#>    ALTNW09                    DLAND                    SJAHR BIL041 BIL042
#>    <chr+lbl>                  <chr+lbl>                <dbl>  <dbl>  <dbl>
#>  1 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1993    162    170
#>  2 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1994     44     45
#>  3 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1995     56     61
#>  4 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1996     68     73
#>  5 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1997     50     53
#>  6 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1998     35     36
#>  7 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  1999     64     67
#>  8 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  2000     48     52
#>  9 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  2001     43     42
#> 10 ALT000B18 [unter 18 Jahre] 05 [Nordrhein-Westfalen]  2002     52     54
#> # ℹ 560 more rows