Baselight

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

Loading...
Loading...

About this Dataset

CPI For All Urban Consumer (1947-2023)

Context

The Consumer Price Index (CPI) is a measure of the average change over time in the prices paid by urban consumers for a market basket of consumer goods and services. In this dataset, the CPI used is for All items in the U.S for all urban consumers and city average.

Data

Here You will find data about the Consumer Price Index in percentage since 1947.
There are 2 files:

  • 1-month percentage change every month
  • 12-month percentage change every month

Tables

Cpi For All Urban Consumer 1947–2023–1 Month Percentage Change

@kaggle.arthurcasalis_cpi_for_all_urban_consumer_1947_2023.cpi_for_all_urban_consumer_1947_2023_1_month_percentage_change
  • 10.87 KB
  • 78 rows
  • 13 columns
Loading...

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

Cpi For All Urban Consumer 1948–2023–12 Month Percenta 1faf123e

@kaggle.arthurcasalis_cpi_for_all_urban_consumer_1947_2023.cpi_for_all_urban_consumer_1948_2023_12_month_percenta_1faf123e
  • 12.76 KB
  • 77 rows
  • 13 columns
Loading...

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

Share link

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