Baselight

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex And NUTS 2 Region

Eurostat code: educ_uoe_enrt06 · (2013 - 2023)

@eurostat.educ_uoe_enrt06

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex And NUTS 2 Region - Unpivoted
@eurostat.educ_uoe_enrt06.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.

  • 340.14 KB
  • 81947 rows
  • 7 columns
freq

Freq

unit

Unit

isced11

Isced11

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberShort-cycle tertiary educationFemalesAustria201341240
AnnualNumberShort-cycle tertiary educationFemalesOstösterreich201317420
AnnualNumberShort-cycle tertiary educationFemalesBurgenland20131579
AnnualNumberShort-cycle tertiary educationFemalesNiederösterreich20136929
AnnualNumberShort-cycle tertiary educationFemalesWien20138912
AnnualNumberShort-cycle tertiary educationFemalesSüdösterreich20138589
AnnualNumberShort-cycle tertiary educationFemalesKärnten20133335
AnnualNumberShort-cycle tertiary educationFemalesSteiermark20135254
AnnualNumberShort-cycle tertiary educationFemalesWestösterreich201315232
AnnualNumberShort-cycle tertiary educationFemalesOberösterreich20136681

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.