Baselight

EMU Convergence Criterion Series - Annual Data

Eurostat code: irt_lt_mcby_a ยท (1949 - 2024)

@eurostat.irt_lt_mcby_a

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

  • 9.3 KB
  • 1011 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

AnnualEMU convergence criterion bond yieldsItaly19495.33
AnnualEMU convergence criterion bond yieldsItaly19505.75
AnnualEMU convergence criterion bond yieldsItaly19516.06
AnnualEMU convergence criterion bond yieldsItaly19525.93
AnnualEMU convergence criterion bond yieldsItaly19536.13
AnnualEMU convergence criterion bond yieldsItaly19546.22
AnnualEMU convergence criterion bond yieldsItaly19556.4
AnnualEMU convergence criterion bond yieldsItaly19566.93
AnnualEMU convergence criterion bond yieldsItaly19577.27
AnnualEMU convergence criterion bond yieldsItaly19586.19

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.