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_21311LJ203

Format

A tibble with 16 rows and 5 variables:

BIL002

Studierende

GES

Geschlecht

BILZT3

Regelstudienzeit

DLAND

Land

SEMEST

Semester

Source

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

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
GES0144020
BILZT30177020
DLAND0122010
SEMEST011010040

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
BIL00201181753.466936.4698429122238.2180229.5248160.5256955▆▃▁▁▇

Examples

library(labelled)

df_21311LJ203
#> # A tibble: 16 × 5
#>    GES             BILZT3                                 DLAND    SEMEST BIL002
#>    <chr+lbl>       <chr+lbl>                              <chr+lb> <chr>   <dbl>
#>  1 GESM [männlich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 252828
#>  2 GESM [männlich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 248783
#>  3 GESM [männlich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 235912
#>  4 GESM [männlich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 223002
#>  5 GESM [männlich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 126665
#>  6 GESM [männlich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 130998
#>  7 GESM [männlich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 134901
#>  8 GESM [männlich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 137457
#>  9 GESW [weiblich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 256222
#> 10 GESW [weiblich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 256955
#> 11 GESW [weiblich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 247953
#> 12 GESW [weiblich] REGEL01 [innerhalb der Regelstudienze… 05 [Nor… WS 20… 240377
#> 13 GESW [weiblich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20…  98429
#> 14 GESW [weiblich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 103259
#> 15 GESW [weiblich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 105356
#> 16 GESW [weiblich] REGEL02 [außerhalb der Regelstudienze… 05 [Nor… WS 20… 108958