Baselight

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex, Type Of Institution And Intensity Of Participation

Eurostat code: educ_uoe_enrt01 ยท (2005 - 2023)

@eurostat.educ_uoe_enrt01

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex, Type Of Institution And Intensity Of Participation - Unpivoted
@eurostat.educ_uoe_enrt01.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.

  • 584.26 KB
  • 160357 rows
  • 9 columns
freq

Freq

unit

Unit

worktime

Worktime

sector

Sector

sex

Sex

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalTotalFemalesShort-cycle tertiary educationAustria200549574
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationBelgium20053637
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationCyprus20052949
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationFinland200530
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationFrance2005291758
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationHungary200515027
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationIreland200527670
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationLatvia20057040
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationNorway2005194
AnnualNumberTotalTotalFemalesShort-cycle tertiary educationPoland200518165

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "worktime" VARCHAR,
  "sector" 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.