Baselight

Market Value Of General Government Gross Debt

Eurostat code: gov_10dd_mggd ยท (2020 - 2023)

@eurostat.gov_10dd_mggd

Loading...
Loading...

About this Dataset

Market Value Of General Government Gross Debt

This Eurostat dataset contains data on market value of general government gross 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

Market Value Of General Government Gross Debt - Raw

@eurostat.gov_10dd_mggd.raw
  • 13.58 KB
  • 336 rows
  • 9 columns
Loading...

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

Market Value Of General Government Gross Debt - Unpivoted

@eurostat.gov_10dd_mggd.tidy
  • 12.36 KB
  • 1320 rows
  • 7 columns
Loading...

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

Share link

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