Baselight

Pupils And Students Enrolled By Education Level, Programme Orientation, Completion And Sex

Eurostat code: educ_uoe_enra16 ยท (2012 - 2023)

@eurostat.educ_uoe_enra16

Pupils And Students Enrolled By Education Level, Programme Orientation, Completion And Sex - Unpivoted
@eurostat.educ_uoe_enra16.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.

  • 165.06 KB
  • 31096 rows
  • 7 columns
freq

Freq

unit

Unit

isced11

Isced11

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberUpper secondary educationTotalGermany20122645504
AnnualNumberPost-secondary non-tertiary educationTotalGermany2012548099
AnnualNumberUpper secondary educationFemalesAustria2013174237
AnnualNumberUpper secondary educationFemalesBelgium2013412018
AnnualNumberUpper secondary educationFemalesBulgaria2013135276
AnnualNumberUpper secondary educationFemalesSwitzerland2013165791
AnnualNumberUpper secondary educationFemalesCyprus201315687
AnnualNumberUpper secondary educationFemalesCzechia2013213960
AnnualNumberUpper secondary educationFemalesGermany20131181121
AnnualNumberUpper secondary educationFemalesDenmark2013154451

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

Share link

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