Baselight

EMU Convergence Criterion Series - Daily Data

Eurostat code: irt_lt_mcby_d ยท (1980-01-01 - 2025-04-21)

@eurostat.irt_lt_mcby_d

EMU Convergence Criterion Series - Daily Data - Unpivoted
@eurostat.irt_lt_mcby_d.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.

  • 424.3 KB
  • 219273 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

DailyEMU convergence criterion bond yieldsGermany1980-01-017.85
DailyEMU convergence criterion bond yieldsGermany1980-01-027.85
DailyEMU convergence criterion bond yieldsGermany1980-01-037.91
DailyEMU convergence criterion bond yieldsGermany1980-01-047.93
DailyEMU convergence criterion bond yieldsGermany1980-01-077.93
DailyEMU convergence criterion bond yieldsGermany1980-01-087.95
DailyEMU convergence criterion bond yieldsGermany1980-01-098.03
DailyEMU convergence criterion bond yieldsGermany1980-01-108.12
DailyEMU convergence criterion bond yieldsGermany1980-01-118.12
DailyEMU convergence criterion bond yieldsGermany1980-01-148.13

CREATE TABLE tidy (
  "freq" VARCHAR,
  "int_rt" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

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