Baselight

Local Government Debt

Eurostat code: gov_10dd_logd ยท (2020 - 2023)

@eurostat.gov_10dd_logd

Loading...
Loading...

About this Dataset

Local Government Debt

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

Local Government Debt - Raw

@eurostat.gov_10dd_logd.raw
  • 65.89 KB
  • 11818 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
);

Local Government Debt - Unpivoted

@eurostat.gov_10dd_logd.tidy
  • 60.57 KB
  • 38235 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.