Baselight

EMU Convergence Criterion Series - Monthly Data

Eurostat code: irt_lt_mcby_m ยท (1980-01 - 2025-03)

@eurostat.irt_lt_mcby_m

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

  • 31.19 KB
  • 11480 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

MonthlyEMU convergence criterion bond yieldsBelgium1980-0111.06
MonthlyEMU convergence criterion bond yieldsGermany1980-018.06
MonthlyEMU convergence criterion bond yieldsSpain1980-0115.5
MonthlyEMU convergence criterion bond yieldsFrance1980-0111.68
MonthlyEMU convergence criterion bond yieldsItaly1980-0113.96
MonthlyEMU convergence criterion bond yieldsBelgium1980-0211.42
MonthlyEMU convergence criterion bond yieldsGermany1980-028.39
MonthlyEMU convergence criterion bond yieldsSpain1980-0215.4
MonthlyEMU convergence criterion bond yieldsFrance1980-0213.4
MonthlyEMU convergence criterion bond yieldsItaly1980-0214.09

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.