Baselight

Ratio Of Pupils And Students To Teachers And Academic Staff By Education Level And Programme Orientation

Eurostat code: educ_uoe_perp04 ยท (2013 - 2023)

@eurostat.educ_uoe_perp04

Ratio Of Pupils And Students To Teachers And Academic Staff By Education Level And Programme Orientation - Unpivoted
@eurostat.educ_uoe_perp04.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.

  • 13.35 KB
  • 4562 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualRateEarly childhood educationAustria201312.8
AnnualRateEarly childhood educationBulgaria201312.7
AnnualRateEarly childhood educationCyprus201316.6
AnnualRateEarly childhood educationCzechia201313.9
AnnualRateEarly childhood educationGermany20138.3
AnnualRateEarly childhood educationEstonia20138.9
AnnualRateEarly childhood educationSpain201312.9
AnnualRateEarly childhood educationFrance201324.2
AnnualRateEarly childhood educationCroatia201311.5
AnnualRateEarly childhood educationIceland20134.7

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.