Baselight

Total Educational Expenditure By Education Level, Programme Orientation And Type Of Source

Eurostat code: educ_uoe_fine01 ยท (2012 - 2021)

@eurostat.educ_uoe_fine01

Total Educational Expenditure By Education Level, Programme Orientation And Type Of Source - Unpivoted
@eurostat.educ_uoe_fine01.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.

  • 250.12 KB
  • 67923 rows
  • 7 columns
freq

Freq

unit

Unit

sector

Sector

isced11

Isced11

geo

Geo

time_period

Time Period

value

Value

AnnualMillion euroInternational organisationsEarly childhood educationBulgaria20120.8
AnnualMillion euroInternational organisationsEarly childhood educationCyprus2012
AnnualMillion euroInternational organisationsEarly childhood educationCzechia2012
AnnualMillion euroInternational organisationsEarly childhood educationGermany2012
AnnualMillion euroInternational organisationsEarly childhood educationSpain2012
AnnualMillion euroInternational organisationsEarly childhood educationFinland2012
AnnualMillion euroInternational organisationsEarly childhood educationFrance20120.2
AnnualMillion euroInternational organisationsEarly childhood educationItaly201296.9
AnnualMillion euroInternational organisationsEarly childhood educationLithuania20124.8
AnnualMillion euroInternational organisationsEarly childhood educationLuxembourg20126.4

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