Baselight

Teachers Working Part-time - As % Of All Teachers, By Education Level

Eurostat code: educ_uoe_perd05 ยท (2013 - 2023)

@eurostat.educ_uoe_perd05

Teachers Working Part-time - As % Of All Teachers, By Education Level - Unpivoted
@eurostat.educ_uoe_perd05.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.

  • 12.16 KB
  • 2271 rows
  • 6 columns
freq

Freq

isced11

Isced11

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualEarly childhood educationPercentageAustria201338
AnnualEarly childhood educationPercentageBulgaria2013
AnnualEarly childhood educationPercentageSwitzerland201363
AnnualEarly childhood educationPercentageCyprus20134.8
AnnualEarly childhood educationPercentageGermany201361.1
AnnualEarly childhood educationPercentageEstonia201312.7
AnnualEarly childhood educationPercentageSpain201312.1
AnnualEarly childhood educationPercentageFrance201314.8
AnnualEarly childhood educationPercentageCroatia20132.1
AnnualEarly childhood educationPercentageIceland201335.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.