Baselight

Loan And Deposit One Year Interest Rate, ENP-East Countries

Eurostat code: enpe_irt_ld ยท (2005 - 2024)

@eurostat.enpe_irt_ld

Loan And Deposit One Year Interest Rate, ENP-East Countries - Unpivoted
@eurostat.enpe_irt_ld.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.

  • 5.64 KB
  • 224 rows
  • 6 columns
freq

Freq

unit

Unit

stk_flow

Stk Flow

geo

Geo

time_period

Time Period

value

Value

AnnualRateDepositArmenia20057.3
AnnualRateDepositAzerbaijan20059.4
AnnualRateDepositBelarus20053
AnnualRateDepositMoldova20052
AnnualRateDepositUkraine20053.5
AnnualRateLoanArmenia200517.62
AnnualRateLoanAzerbaijan200516.2
AnnualRateLoanBelarus200516
AnnualRateLoanMoldova200515
AnnualRateLoanUkraine200514.7

CREATE TABLE tidy (
  "freq" VARCHAR,
  "unit" VARCHAR,
  "stk_flow" VARCHAR,
  "geo" VARCHAR,
  "time_period" VARCHAR,
  "value" DOUBLE
);

Share link

Anyone who has the link will be able to view this.