Baselight

Female School-management Personnel - As % Of Total School-management Personnel, By Education Level

Eurostat code: educ_uoe_perd04 ยท (2013 - 2023)

@eurostat.educ_uoe_perd04

Female School-management Personnel - As % Of Total School-management Personnel, By Education Level - Unpivoted
@eurostat.educ_uoe_perd04.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.

  • 9.1 KB
  • 1193 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageEarly childhood educationAustria201398.3
AnnualPercentageEarly childhood educationBulgaria201396.5
AnnualPercentageEarly childhood educationSwitzerland201359.6
AnnualPercentageEarly childhood educationGermany201389.5
AnnualPercentageEarly childhood educationFrance201378.8
AnnualPercentageEarly childhood educationIceland201397
AnnualPercentageEarly childhood educationLithuania201399.2
AnnualPercentageEarly childhood educationNorth Macedonia201388.9
AnnualPercentageEarly childhood educationMalta201367.7
AnnualPercentageEarly childhood educationNetherlands201345.6

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.