Baselight

Public Expenditure On Education

Eurostat code: enps_educ_figdp ยท (2005 - 2022)

@eurostat.enps_educ_figdp

Public Expenditure On Education - Unpivoted
@eurostat.enps_educ_figdp.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.

  • 4.44 KB
  • 58 rows
  • 5 columns
freq

Freq

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualPercentage of total public expenditureAlgeria200512.3
AnnualPercentage of total public expenditureIsrael20059.9
AnnualPercentage of total public expenditureAlgeria200614.8
AnnualPercentage of total public expenditureEgypt200613.9
AnnualPercentage of total public expenditureIsrael20069.8
AnnualPercentage of total public expenditureAlgeria20079.7
AnnualPercentage of total public expenditureEgypt200714.4
AnnualPercentage of total public expenditureIsrael200710.1
AnnualPercentage of total public expenditureAlgeria20088.3
AnnualPercentage of total public expenditureEgypt200813.7

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

Share link

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