Baselight

Central Government Debt

Eurostat code: gov_10dd_cgd ยท (2020 - 2023)

@eurostat.gov_10dd_cgd

Central Government Debt - Unpivoted
@eurostat.gov_10dd_cgd.tidy

This table contains the same data as the raw table, but in a tidy format: time period values are unpivoted into rows under a single time_period column, making the dataset easier to analyze and visualize.

  • 109.83 KB
  • 61795 rows
  • 8 columns
freq

Freq

na_item

Na Item

sector

Sector

maturity

Maturity

unit

Unit

geo

Geo

time_period

Time Period

value

Value

AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroCyprus2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroGreece2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroCroatia2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroIreland2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroLuxembourg2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroLatvia2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroPortugal2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroRomania2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroSweden2020
AnnualCurrencyNon-financial corporationsTotal - all maturitiesMillion euroSlovakia2020

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.