Baselight

Pupils And Students Enrolled By Education Level, Sex And Age

Eurostat code: educ_uoe_enra02 ยท (2012 - 2023)

@eurostat.educ_uoe_enra02

Pupils And Students Enrolled By Education Level, Sex And Age - Unpivoted
@eurostat.educ_uoe_enra02.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 1.57 MB
  • 687250 rows
  • 8 columns
freq

Freq

unit

Unit

age

Age

sex

Sex

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalFemalesPrimary educationGermany20121428630
AnnualNumberTotalFemalesLower secondary educationGermany20122304520
AnnualNumberTotalFemalesUpper secondary educationGermany20121207048
AnnualNumberTotalFemalesPost-secondary non-tertiary educationGermany2012261728
AnnualNumberTotalFemalesBachelor's or equivalent levelGermany201284500
AnnualNumberTotalFemalesDoctoral or equivalent levelGermany201284500
AnnualNumberTotalMalesPrimary educationGermany20121508121
AnnualNumberTotalMalesLower secondary educationGermany20122464463
AnnualNumberTotalMalesUpper secondary educationGermany20121438456
AnnualNumberTotalMalesPost-secondary non-tertiary educationGermany2012286371

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "age" VARCHAR,
  "sex" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.