Baselight

State Government Debt

Eurostat code: gov_10dd_slgd ยท (2020 - 2023)

@eurostat.gov_10dd_slgd

Loading...
Loading...

About this Dataset

State Government Debt

This Eurostat dataset contains data on state 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

State Government Debt - Raw

@eurostat.gov_10dd_slgd.raw
  • 16.26 KB
  • 1611 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
);

State Government Debt - Unpivoted

@eurostat.gov_10dd_slgd.tidy
  • 14.58 KB
  • 3672 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.