Baselight

3-month Rates For Euro Area Countries - Monthly Data

Eurostat code: irt_h_mr3_m ยท (1970-01 - 2014-12)

@eurostat.irt_h_mr3_m

3-month Rates For Euro Area Countries - Monthly Data - Unpivoted
@eurostat.irt_h_mr3_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.

  • 21.65 KB
  • 4836 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

Monthly3-month rateBelgium1970-018.7
Monthly3-month rateGermany1970-019.38
Monthly3-month rateFrance1970-019.75
Monthly3-month rateItaly1970-014
Monthly3-month rateLuxembourg1970-018.7
Monthly3-month rateNetherlands1970-016.18
Monthly3-month ratePortugal1970-013.4
Monthly3-month rateBelgium1970-028.5
Monthly3-month rateGermany1970-029.51
Monthly3-month rateFrance1970-029.87

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.