Real Interest Rates
Can you forecast changes in Real Interest Rates for countries?
@kaggle.ulrikthygepedersen_real_interest_rate
Can you forecast changes in Real Interest Rates for countries?
@kaggle.ulrikthygepedersen_real_interest_rate
CREATE TABLE real_interest_rate_by_country (
"country_code" VARCHAR,
"country_name" VARCHAR,
"year" BIGINT,
"value" DOUBLE
);
Anyone who has the link will be able to view this.