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_21311LJ309

Format

A tibble with 150 rows and 5 variables:

BIL041

Studienanfänger im 1. Hochschulsemester

BIL042

Studienanfänger im 1. Fachsemester

BILZUBJ

Jahre seit Erwerb der Hochschulzugangsberechtigung

DLAND

Land

SJAHR

Studienjahr

Source

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

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
BILZUBJ0166050
DLAND0122010

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
SJAHR012007.508.6819932000.002007.52015.002022▇▇▇▇▇
BIL0410118334.3113703.2842327057.0015116.524188.2569815▇▅▁▁▁
BIL0420129816.9423212.30625212427.2524737.539018.75106526▇▃▁▁▁

Examples

library(labelled)

df_21311LJ309
#> # A tibble: 150 × 5
#>    BILZUBJ          DLAND                    SJAHR BIL041 BIL042
#>    <chr+lbl>        <chr+lbl>                <dbl>  <dbl>  <dbl>
#>  1 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1993  21800  22459
#>  2 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1994  25406  26032
#>  3 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1995  24702  25354
#>  4 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1996  22993  23736
#>  5 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1997  20867  21297
#>  6 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1998  20799  21303
#>  7 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  1999  25765  26629
#>  8 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  2000  22935  22842
#>  9 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  2001  26617  27204
#> 10 HZBJR0 [0 Jahre] 05 [Nordrhein-Westfalen]  2002  28357  29032
#> # ℹ 140 more rows