Baselight

Female Teachers - As % Of All Teachers, By Education Level

Eurostat code: educ_uoe_perd03 ยท (2013 - 2023)

@eurostat.educ_uoe_perd03

Female Teachers - As % Of All Teachers, By Education Level - Unpivoted
@eurostat.educ_uoe_perd03.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.77 KB
  • 2909 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualPercentageEarly childhood educationAustria201398.7
AnnualPercentageEarly childhood educationBulgaria201399.8
AnnualPercentageEarly childhood educationSwitzerland201397.5
AnnualPercentageEarly childhood educationCyprus201399.1
AnnualPercentageEarly childhood educationGermany201397
AnnualPercentageEarly childhood educationEstonia201399.1
AnnualPercentageEarly childhood educationSpain201395.2
AnnualPercentageEarly childhood educationFrance201390.8
AnnualPercentageEarly childhood educationCroatia201399
AnnualPercentageEarly childhood educationIceland201393.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.