Baselight

Public Expenditure On Education In Current Prices, By Education Level And Programme Orientation

Eurostat code: educ_uoe_fine04 ยท (2012 - 2021)

@eurostat.educ_uoe_fine04

Public Expenditure On Education In Current Prices, By Education Level And Programme Orientation - Unpivoted
@eurostat.educ_uoe_fine04.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.

  • 57.67 KB
  • 9293 rows
  • 6 columns
freq

Freq

unit

Unit

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualMillion euroEarly childhood educationAustria20121670
AnnualMillion euroEarly childhood educationBulgaria2012357.2
AnnualMillion euroEarly childhood educationSwitzerland2012935.2
AnnualMillion euroEarly childhood educationCyprus201266.8
AnnualMillion euroEarly childhood educationCzechia2012829.3
AnnualMillion euroEarly childhood educationGermany201216610.7
AnnualMillion euroEarly childhood educationDenmark20123068
AnnualMillion euroEarly childhood educationEstonia201277.1
AnnualMillion euroEarly childhood educationSpain20126661.7
AnnualMillion euroEarly childhood educationFinland20122167.9

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.