CPI For All Urban Consumer (1947-2023)
Percentage change of the Comsumer Price Index per month and per year.
@kaggle.arthurcasalis_cpi_for_all_urban_consumer_1947_2023
Percentage change of the Comsumer Price Index per month and per year.
@kaggle.arthurcasalis_cpi_for_all_urban_consumer_1947_2023
CREATE TABLE cpi_for_all_urban_consumer_1947_2023_1_month_percentage_change (
"year" BIGINT,
"january" DOUBLE,
"february" DOUBLE,
"march" DOUBLE,
"april" DOUBLE,
"may" DOUBLE,
"june" DOUBLE,
"july" DOUBLE,
"august" DOUBLE,
"september" DOUBLE,
"october" DOUBLE,
"november" DOUBLE,
"december" DOUBLE
);
CREATE TABLE cpi_for_all_urban_consumer_1948_2023_12_month_percenta_1faf123e (
"year" BIGINT,
"january" DOUBLE,
"february" DOUBLE,
"march" DOUBLE,
"april" DOUBLE,
"may" DOUBLE,
"june" DOUBLE,
"july" DOUBLE,
"august" DOUBLE,
"september" DOUBLE,
"october" DOUBLE,
"november" DOUBLE,
"december" DOUBLE
);
Anyone who has the link will be able to view this.