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_21311LJ073

Format

A tibble with 15.113 rows and 5 variables:

BIL002

Studierende

BILSH2

Hochschulsemester

BILHS3

Hochschule

DLAND

Land

SEMEST

Semester

Source

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

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
BILSH20199080
BILHS301770950
DLAND0122010
SEMEST0110100310

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
BIL002011200.362110.45155341160637459▇▁▁▁▁

Examples

library(labelled)

df_21311LJ073
#> # A tibble: 15,113 × 5
#>    BILSH2                                  BILHS3         DLAND    SEMEST BIL002
#>    <chr+lbl>                               <chr+lbl>      <chr+lb> <chr>   <dbl>
#>  1 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   6047
#>  2 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   6342
#>  3 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   6395
#>  4 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   6114
#>  5 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   4579
#>  6 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   4603
#>  7 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   5318
#>  8 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   5239
#>  9 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   5500
#> 10 HOCHS0102 [1. und 2. Hochschulsemester] HS1-008 [Univ… 05 [Nor… WS 20…   7357
#> # ℹ 15,103 more rows