Inflation, Interest And Unemployment Rate
50 years+ of historical inflaction, interest and unemployment rates by country
@kaggle.prasertk_inflation_interest_and_unemployment_rate
50 years+ of historical inflaction, interest and unemployment rates by country
@kaggle.prasertk_inflation_interest_and_unemployment_rate
CREATE TABLE inflation_interest_unemployment (
"country" VARCHAR,
"year" BIGINT,
"inflation_consumer_prices_annual" DOUBLE,
"inflation_gdp_deflator_annual" DOUBLE,
"real_interest_rate" DOUBLE,
"deposit_interest_rate" DOUBLE,
"lending_interest_rate" DOUBLE,
"unemployment_total_of_total_labor_force_national_estimate" DOUBLE,
"unemployment_total_of_total_labor_force_modeled_ilo_estimate" DOUBLE,
"iso3c" VARCHAR,
"iso2c" VARCHAR,
"adminregion" VARCHAR,
"incomelevel" VARCHAR
);
Anyone who has the link will be able to view this.