Baselight

Expected School Years Of Pupils And Students By Education Level

Eurostat code: educ_uoe_enra07 ยท (2012 - 2023)

@eurostat.educ_uoe_enra07

Expected School Years Of Pupils And Students By Education Level - Unpivoted
@eurostat.educ_uoe_enra07.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.

  • 6.33 KB
  • 1050 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberPre-primary to tertiary educationGermany201216
AnnualNumberTertiary education (levels 5-8)Germany20123
AnnualNumberPre-primary to tertiary educationAustria201317
AnnualNumberPre-primary to tertiary educationBelgium201319
AnnualNumberPre-primary to tertiary educationBulgaria201317
AnnualNumberPre-primary to tertiary educationSwitzerland201317
AnnualNumberPre-primary to tertiary educationCyprus201315
AnnualNumberPre-primary to tertiary educationCzechia201318
AnnualNumberPre-primary to tertiary educationGermany201318
AnnualNumberPre-primary to tertiary educationDenmark201320

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

Share link

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