Baselight

General Government Expenditure By Function (COFOG)

Eurostat code: gov_10a_exp$dv_578

@eurostat.gov_10a_exp_dv_578

Loading...
Loading...

About this Dataset

General Government Expenditure By Function (COFOG)

This Eurostat dataset contains data on general government expenditure by function (cofog), 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-04-22T11:00:00+0200

Tables

General Government Expenditure By Function (COFOG) - Raw

@eurostat.gov_10a_exp_dv_578.raw
  • 54.48 KB
  • 1593 rows
  • 16 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "sector" VARCHAR,
  "cofog99" VARCHAR,
  "na_item" VARCHAR,
  "geo" VARCHAR,
  "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,
  "n_2023" DOUBLE
);

General Government Expenditure By Function (COFOG) - Unpivoted

@eurostat.gov_10a_exp_dv_578.tidy
  • 44.67 KB
  • 13200 rows
  • 8 columns
Loading...

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

Share link

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