Baselight

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

Eurostat code: educ_uoe_fine01 ยท (2012 - 2022)

@eurostat.educ_uoe_fine01

Loading...
Loading...

About this Dataset

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

This Eurostat dataset contains data on total educational expenditure by education level, programme orientation and type of source, as collected and published by the Statistical Office of the European Union.

Tables included:

  • raw: Original table as downloaded from Eurostat.
  • tidy: A cleaned and transformed version of the raw table, where time period values appear as rows instead of columns (unpivoted format).

Last updated: 2025-06-03T23:00:00+0200

Tables

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

@eurostat.educ_uoe_fine01.raw
  • 296.12 KB
  • 10818 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "sector" VARCHAR,
  "isced11" VARCHAR,
  "geo" VARCHAR,
  "n_2012" DOUBLE,
  "n_2013" DOUBLE,
  "n_2014" DOUBLE,
  "n_2015" DOUBLE,
  "n_2016" DOUBLE,
  "n_2017" DOUBLE,
  "n_2018" DOUBLE,
  "n_2019" DOUBLE,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE
);

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

@eurostat.educ_uoe_fine01.tidy
  • 271.4 KB
  • 74307 rows
  • 7 columns
Loading...

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.