Baselight

Classroom Teachers And Academic Staff By Education Level, Programme Orientation, Sex And Age Groups

Eurostat code: educ_uoe_perp01 ยท (2013 - 2023)

@eurostat.educ_uoe_perp01

Classroom Teachers And Academic Staff By Education Level, Programme Orientation, Sex And Age Groups - Unpivoted
@eurostat.educ_uoe_perp01.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.

  • 494.83 KB
  • 166208 rows
  • 8 columns
freq

Freq

unit

Unit

isced11

Isced11

age

Age

sex

Sex

geo

Geo

time_period

Time Period

value

Value

AnnualNumberEarly childhood educationTotalFemalesAustria201324871
AnnualNumberEarly childhood educationTotalFemalesBulgaria201318466
AnnualNumberEarly childhood educationTotalFemalesSwitzerland201312921
AnnualNumberEarly childhood educationTotalFemalesCyprus20131396
AnnualNumberEarly childhood educationTotalFemalesCzechia201325656
AnnualNumberEarly childhood educationTotalFemalesGermany2013410839
AnnualNumberEarly childhood educationTotalFemalesEstonia20137852
AnnualNumberEarly childhood educationTotalFemalesSpain2013150147
AnnualNumberEarly childhood educationTotalFemalesFrance2013103924
AnnualNumberEarly childhood educationTotalFemalesCroatia201310244

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

Share link

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