Baselight

Pupils Enrolled In Early Childhood Education By Sex And Age

Eurostat code: educ_uoe_enrp02 ยท (2012 - 2023)

@eurostat.educ_uoe_enrp02

Pupils Enrolled In Early Childhood Education By Sex And Age - Unpivoted
@eurostat.educ_uoe_enrp02.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.

  • 115.13 KB
  • 72169 rows
  • 8 columns
freq

Freq

unit

Unit

age

Age

sex

Sex

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberTotalFemalesPre-primary educationGermany20121141580
AnnualNumberTotalMalesPre-primary educationGermany20121214060
AnnualNumberTotalTotalPre-primary educationGermany20122355640
AnnualNumberUnknownFemalesPre-primary educationGermany2012
AnnualNumberUnknownMalesPre-primary educationGermany2012
AnnualNumberUnknownTotalPre-primary educationGermany2012
AnnualNumber10 yearsFemalesPre-primary educationGermany2012
AnnualNumber10 yearsMalesPre-primary educationGermany2012
AnnualNumber10 yearsTotalPre-primary educationGermany2012
AnnualNumber11 yearsFemalesPre-primary educationGermany2012

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

Share link

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