Baselight

Money Market Interest Rates - Annual Data

Eurostat code: irt_st_a ยท (1970 - 2024)

@eurostat.irt_st_a

Money Market Interest Rates - Annual Data - Unpivoted
@eurostat.irt_st_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.

  • 14.88 KB
  • 1474 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

Annual3-month rateDenmark19709
Annual3-month rateUnited Kingdom19708.0574
Annual3-month rateDenmark19717.62329
Annual3-month rateUnited Kingdom19716.19932
Annual3-month rateDenmark19727.25137
Annual3-month rateUnited Kingdom19726.80691
Annual3-month rateDenmark19737.58904
Annual3-month rateUnited Kingdom197311.76836
Annual3-month rateDenmark197410
Annual3-month rateUnited Kingdom197413.42677

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.