CPI And S&P 500 Historical Data
CPI from 9/2008 to 2/2023 and SP 500 from 3/2000 to 2/2023
@kaggle.rosicky1234_cpi_and_sp500
CPI from 9/2008 to 2/2023 and SP 500 from 3/2000 to 2/2023
@kaggle.rosicky1234_cpi_and_sp500
CREATE TABLE cpi (
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"actual" DOUBLE,
"predict" DOUBLE,
"previous" DOUBLE,
"diff_with_prev" DOUBLE,
"diff_with_predict" DOUBLE
);
Anyone who has the link will be able to view this.