Baselight

Ratio Of Pupils To Teachers And Teacher Aides By Education Level And Programme Orientation

Eurostat code: educ_uoe_perp05 ยท (2013 - 2023)

@eurostat.educ_uoe_perp05

Ratio Of Pupils To Teachers And Teacher Aides By Education Level And Programme Orientation - Unpivoted
@eurostat.educ_uoe_perp05.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.

  • 7.79 KB
  • 1371 rows
  • 6 columns
freq

Freq

isced11

Isced11

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEarly childhood educationRateFrance201316.4
AnnualEarly childhood educationRateMalta20138.4
AnnualEarly childhood educationRateSlovenia20138.1
AnnualEarly childhood educational developmentRateSlovenia20136.2
AnnualPre-primary educationRateGreece201311.9
AnnualPre-primary educationRateFrance201316.4
AnnualPre-primary educationRateHungary201311.2
AnnualPre-primary educationRateMalta20138.4
AnnualPre-primary educationRatePortugal201316.6
AnnualPre-primary educationRateRomania201315.6

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

Share link

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