Baselight

Real Interest Rates

Can you forecast changes in Real Interest Rates for countries?

@kaggle.ulrikthygepedersen_real_interest_rate

Real Interest Rate By Country
@kaggle.ulrikthygepedersen_real_interest_rate.real_interest_rate_by_country

  • 50.35 KB
  • 4576 rows
  • 4 columns
country_code

Country Code

country_name

Country Name

year

Year

value

Value

ABWAruba19876.47543426992761
ABWAruba19886.91818004099629
ABWAruba19896.26423402036381
ABWAruba19904.56664085880443
ABWAruba19914.7911252191093
ABWAruba19926.52813758772899
ABWAruba19935.03292510547116
ABWAruba19944.05692612365099
ABWAruba19956.98825052743605
ABWAruba19966.89090544941648

CREATE TABLE real_interest_rate_by_country (
  "country_code" VARCHAR,
  "country_name" VARCHAR,
  "year" BIGINT,
  "value" DOUBLE
);

Share link

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