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, Consumer Prices (annual %),
"inflation_gdp_deflator_annual" DOUBLE -- Inflation, GDP Deflator (annual %),
"real_interest_rate" DOUBLE -- Real Interest Rate (%),
"deposit_interest_rate" DOUBLE -- Deposit Interest Rate (%),
"lending_interest_rate" DOUBLE -- Lending Interest Rate (%),
"unemployment_total_of_total_labor_force_national_estimate" DOUBLE -- Unemployment, Total (% Of Total Labor Force) (national Estimate),
"unemployment_total_of_total_labor_force_modeled_ilo_estimate" DOUBLE -- Unemployment, Total (% Of Total Labor Force) (modeled ILO Estimate),
"iso3c" VARCHAR,
"iso2c" VARCHAR,
"adminregion" VARCHAR,
"incomelevel" VARCHAR
);
Anyone who has the link will be able to view this.