Baselight

Pupils Enrolled In Early Childhood Education By Sex And NUTS 2 Region

Eurostat code: educ_uoe_enrp03 · (2013 - 2023)

@eurostat.educ_uoe_enrp03

Pupils Enrolled In Early Childhood Education By Sex And NUTS 2 Region - Unpivoted
@eurostat.educ_uoe_enrp03.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.

  • 170.29 KB
  • 31902 rows
  • 7 columns
freq

Freq

unit

Unit

sex

Sex

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberFemalesEarly childhood educationAustria2013133104
AnnualNumberFemalesEarly childhood educationOstösterreich201362041
AnnualNumberFemalesEarly childhood educationBurgenland20134579
AnnualNumberFemalesEarly childhood educationNiederösterreich201325692
AnnualNumberFemalesEarly childhood educationWien201331770
AnnualNumberFemalesEarly childhood educationSüdösterreich201322379
AnnualNumberFemalesEarly childhood educationKärnten20137499
AnnualNumberFemalesEarly childhood educationSteiermark201314880
AnnualNumberFemalesEarly childhood educationWestösterreich201348685
AnnualNumberFemalesEarly childhood educationOberösterreich201322097

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" 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.