Baselight

Pupils And Students Enrolled By Education Level And Programme Orientation With Coverage Adjusted To Statistics On Educational Finance And Aligned To Financial Year

Eurostat code: educ_uoe_fine10 ยท (2012 - 2021)

@eurostat.educ_uoe_fine10

Pupils And Students Enrolled By Education Level And Programme Orientation With Coverage Adjusted To Statistics On Educational Finance And Aligned To Financial Year - Unpivoted
@eurostat.educ_uoe_fine10.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.

  • 440.86 KB
  • 89945 rows
  • 8 columns
freq

Freq

unit

Unit

worktime

Worktime

sector

Sector

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualNumberFull-timePrivate institutionsEarly childhood educationAustria201288452.333
AnnualNumberFull-timePrivate institutionsEarly childhood educationBulgaria20121821
AnnualNumberFull-timePrivate institutionsEarly childhood educationSwitzerland2012533
AnnualNumberFull-timePrivate institutionsEarly childhood educationCyprus201210845
AnnualNumberFull-timePrivate institutionsEarly childhood educationCzechia20127286
AnnualNumberFull-timePrivate institutionsEarly childhood educationGermany20121910506
AnnualNumberFull-timePrivate institutionsEarly childhood educationDenmark2012103292
AnnualNumberFull-timePrivate institutionsEarly childhood educationEstonia20122468.668
AnnualNumberFull-timePrivate institutionsEarly childhood educationSpain2012673926.332
AnnualNumberFull-timePrivate institutionsEarly childhood educationFinland20127645

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

Share link

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