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_21311LJ224

Format

A tibble with 30 rows and 6 variables:

BIL041

Studienanfänger im 1. Hochschulsemester

BIL042

Studienanfänger im 1. Fachsemester

BIL043

Ausländische Studienanfänger im 1. Hochschulsemester

BIL044

Ausländische Studienanfänger im 1. Fachsemester

DLAND

Land

SJAHR

Studienjahr

Source

The data in this package was obtained from the Landesdatenbank NRW (retrieved on 2024-05-05) using the code '21311LJ224'. 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_21311LJ224
Number of rows30
Number of columns6
_______________________
Column type frequency:
character1
numeric5
________________________
Group variablesNone

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
DLAND0122010

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
SJAHR012007.508.8019932000.252007.52014.752022▇▇▇▇▇
BIL0410191671.5324316.836020870008.0082677.5118506.25128033▇▇▂▂▇
BIL04201149084.7050366.0995467105563.75119678.5202892.00223669▇▁▁▂▃
BIL0430115983.375955.36823211373.2513773.521551.5025503▇▇▂▃▆
BIL0440120026.137520.231062014256.0017498.027188.5032512▇▆▂▂▆

Examples

library(labelled)

df_21311LJ224
#> # A tibble: 30 × 6
#>    DLAND                    SJAHR BIL041 BIL042 BIL043 BIL044
#>    <chr+lbl>                <dbl>  <dbl>  <dbl>  <dbl>  <dbl>
#>  1 05 [Nordrhein-Westfalen]  1993  66489 107952   8232  10620
#>  2 05 [Nordrhein-Westfalen]  1994  64662 103807   8728  10853
#>  3 05 [Nordrhein-Westfalen]  1995  61801  95467   8576  10687
#>  4 05 [Nordrhein-Westfalen]  1996  62869  95548   8842  10938
#>  5 05 [Nordrhein-Westfalen]  1997  60208  96095   8745  11305
#>  6 05 [Nordrhein-Westfalen]  1998  60287  97392   9507  12278
#>  7 05 [Nordrhein-Westfalen]  1999  63188 100103  10035  12992
#>  8 05 [Nordrhein-Westfalen]  2000  68446 104870  11069  14094
#>  9 05 [Nordrhein-Westfalen]  2001  76956 114585  13008  15804
#> 10 05 [Nordrhein-Westfalen]  2002  79910 116573  13703  17131
#> # ℹ 20 more rows