Baselight

Inflation, Interest And Unemployment Rate

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

@kaggle.prasertk_inflation_interest_and_unemployment_rate

Loading...
Loading...

About this Dataset

Inflation, Interest And Unemployment Rate

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

data source: https://data.worldbank.org
cover image credit: https://www.pexels.com/photo/one-dollar-bill-3943739/

Tables

Inflation Interest Unemployment

@kaggle.prasertk_inflation_interest_and_unemployment_rate.inflation_interest_unemployment
  • 368.21 KB
  • 13832 rows
  • 13 columns
Loading...

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.