Baselight

Inflation, Interest And Unemployment Rate

50 years+ of historical inflaction, interest and unemployment rates by country

@kaggle.prasertk_inflation_interest_and_unemployment_rate

Inflation Interest Unemployment
@kaggle.prasertk_inflation_interest_and_unemployment_rate.inflation_interest_unemployment

  • 368.21 KB
  • 13832 rows
  • 13 columns
country

Country

year

Year

inflation_consumer_prices_annual

Inflation, Consumer Prices (annual %)

inflation_gdp_deflator_annual

Inflation, GDP Deflator (annual %)

real_interest_rate

Real Interest Rate (%)

deposit_interest_rate

Deposit Interest Rate (%)

lending_interest_rate

Lending Interest Rate (%)

unemployment_total_of_total_labor_force_national_estimate

Unemployment, Total (% Of Total Labor Force) (national Estimate)

unemployment_total_of_total_labor_force_modeled_ilo_estimate

Unemployment, Total (% Of Total Labor Force) (modeled ILO Estimate)

iso3c

Iso3c

iso2c

Iso2c

adminregion

Adminregion

incomelevel

IncomeLevel

Afghanistan1970AFGAFSouth AsiaLow income
Afghanistan1971AFGAFSouth AsiaLow income
Afghanistan1972AFGAFSouth AsiaLow income
Afghanistan1973AFGAFSouth AsiaLow income
Afghanistan1974AFGAFSouth AsiaLow income
Afghanistan1975AFGAFSouth AsiaLow income
Afghanistan1976AFGAFSouth AsiaLow income
Afghanistan1977AFGAFSouth AsiaLow income
Afghanistan1978AFGAFSouth AsiaLow income
Afghanistan1979AFGAFSouth AsiaLow income

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
);

Share link

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