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_21311LJ087

Format

A tibble with 43.625 rows and 6 variables:

BIL002

Studierende

GES

Geschlecht

BILFS2

Fachsemester

BILHS5

Hochschule (Standorte)

DLAND

Land

SEMEST

Semester

Source

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

Variable type: character

skim_variablen_missingcomplete_rateminmaxemptyn_uniquewhitespace
GES0144020
BILFS20199080
BILHS5018801880
DLAND0122010
SEMEST0110100310

Variable type: numeric

skim_variablen_missingcomplete_ratemeansdp0p25p50p75p100hist
BIL00201415.84880.271198034712335▇▁▁▁▁

Examples

library(labelled)

df_21311LJ087
#> # A tibble: 43,625 × 6
#>    GES             BILFS2                      BILHS5     DLAND    SEMEST BIL002
#>    <chr+lbl>       <chr+lbl>                   <chr+lbl>  <chr+lb> <chr>   <dbl>
#>  1 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2082
#>  2 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2063
#>  3 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2217
#>  4 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2076
#>  5 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2801
#>  6 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   2853
#>  7 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   3450
#>  8 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   3623
#>  9 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   4458
#> 10 GESM [männlich] FACHS0102 [1. und 2. Fachs… HS1… [Uni… 05 [Nor… WS 20…   5504
#> # ℹ 43,615 more rows