Baselight

Consumer Price Index (CPI)

CPI data from Jan 1947 - Jun 2021

@kaggle.mohammedshammeer_consumer_price_index_cpi_jan_1960_jun_2021

Loading...
Loading...

About this Dataset

Consumer Price Index (CPI)

Inflation

Inflation is often a significant component of apparent growth in any series measured in dollars. By adjusting for inflation, you uncover the real growth, if any. You also may stabilize the variance of random or seasonal fluctuations and/or highlight cyclical patterns in the data.

Context

Consumer Price Index (CPI) data is to deflate the time series price data.

Acknowledgements

Data was downloaded from Federal Reserve Economic Data (FRED) website.

Tables

Cpi Data

@kaggle.mohammedshammeer_consumer_price_index_cpi_jan_1960_jun_2021.cpi_data
  • 11.58 KB
  • 895 rows
  • 2 columns
Loading...

CREATE TABLE cpi_data (
  "date" VARCHAR,
  "cpi" DOUBLE
);

Share link

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