Baselight

3-month Rates For Euro Area Countries - Annual Data

Eurostat code: irt_h_mr3_a ยท (1970 - 2014)

@eurostat.irt_h_mr3_a

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

  • 7.93 KB
  • 402 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

Annual3-month rateBelgium19708.0726
Annual3-month rateGermany19709.34362
Annual3-month rateFrance19708.60395
Annual3-month rateItaly19705.25753
Annual3-month rateLuxembourg19708.0726
Annual3-month rateNetherlands19706.15014
Annual3-month ratePortugal19703.96507
Annual3-month rateBelgium19715.34205
Annual3-month rateGermany19717.10666
Annual3-month rateFrance19715.97422

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.