Baselight

Central Government Debt

Eurostat code: gov_10dd_cgd ยท (2020 - 2023)

@eurostat.gov_10dd_cgd

Loading...
Loading...

About this Dataset

Central Government Debt

This Eurostat dataset contains data on central government debt, 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: 2024-06-14T11:00:00+0200

Tables

Central Government Debt - Raw

@eurostat.gov_10dd_cgd.raw
  • 112.14 KB
  • 19166 rows
  • 10 columns
Loading...

CREATE TABLE raw (
  "freq" VARCHAR,
  "na_item" VARCHAR,
  "sector" VARCHAR,
  "maturity" VARCHAR,
  "unit" VARCHAR,
  "geo" VARCHAR,
  "n_2020" DOUBLE,
  "n_2021" DOUBLE,
  "n_2022" DOUBLE,
  "n_2023" DOUBLE
);

Central Government Debt - Unpivoted

@eurostat.gov_10dd_cgd.tidy
  • 109.83 KB
  • 61795 rows
  • 8 columns
Loading...

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

Share link

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