Baselight

Money Market Interest Rates, ENP-East Countries

Eurostat code: enpe_irt_st ยท (2005 - 2024)

@eurostat.enpe_irt_st

Money Market Interest Rates, ENP-East Countries - Unpivoted
@eurostat.enpe_irt_st.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.

  • 4.88 KB
  • 163 rows
  • 5 columns
freq

Freq

int_rt

Int Rt

geo

Geo

time_period

Time Period

value

Value

AnnualDay-to-day rateBelarus20059.4
AnnualDay-to-day rateGeorgia200512
AnnualDay-to-day rateUkraine20054.3
Annual12-month rateArmenia20053.5
Annual12-month rateAzerbaijan20059
Annual12-month rateBelarus200511
Annual12-month rateMoldova200512.5
Annual12-month rateUkraine20059.5
AnnualDay-to-day rateBelarus20069.9
AnnualDay-to-day rateUkraine20063.78

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.