Baselight

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex And Field Of Education

Eurostat code: educ_uoe_enrt03$dv_442

@eurostat.educ_uoe_enrt03_dv_442

Students Enrolled In Tertiary Education By Education Level, Programme Orientation, Sex And Field Of Education - Unpivoted
@eurostat.educ_uoe_enrt03_dv_442.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.

  • 50.4 KB
  • 8511 rows
  • 8 columns
freq

Freq

unit

Unit

iscedf13

Iscedf13

isced11

Isced11

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalAustria2014341
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalBelgium2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalSwitzerland2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalCyprus2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalCzechia2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalGermany2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalDenmark2014
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalSpain20142829
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalEuropean Union - 27 countries (from 2020)201410426
AnnualNumberNatural sciences, mathematics and statisticsShort-cycle tertiary educationTotalEuropean Union - 28 countries (2013-2020)201424406

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