Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Series
@kaggle.bls_consumer_price_index.cu_series

  • 83.58 KB
  • 5373 rows
  • 13 columns
series_id

Series Id

area_code

Area Code

item_code

Item Code

seasonal

Seasonal

periodicity_code

Periodicity Code

base_code

Base Code

base_period

Base Period

series_title

Series Title

footnote_codes

Footnote Codes

begin_year

Begin Year

begin_period

Begin Period

end_year

End Year

end_period

End Period

CUSR0000SA00000SA0SRS1982-84=100All items in U.S. city average
CUSR0000SA0E0000SA0ESRS1982-84=100Energy in U.S. city average
CUSR0000SA0L10000SA0L1SRS1982-84=100All items less food in U.S. city average
CUSR0000SA0L120000SA0L12SRS1982-84=100All items less food and shelter in U.S. city average
CUSR0000SA0L12E0000SA0L12ESRS1982-84=100All items less food
CUSR0000SA0L12E40000SA0L12E4SRS1982-84=100All items less food
CUSR0000SA0L1E0000SA0L1ESRS1982-84=100All items less food and energy in U.S. city average
CUSR0000SA0L20000SA0L2SRS1982-84=100All items less shelter in U.S. city average
CUSR0000SA0L50000SA0L5SRS1982-84=100All items less medical care in U.S. city average
CUSR0000SA0LE0000SA0LESRS1982-84=100All items less energy in U.S. city average

CREATE TABLE cu_series (
  "series_id" VARCHAR,
  "area_code" VARCHAR,
  "item_code" VARCHAR,
  "seasonal" VARCHAR,
  "periodicity_code" VARCHAR,
  "base_code" VARCHAR,
  "base_period" VARCHAR,
  "series_title" VARCHAR,
  "footnote_codes" VARCHAR,
  "begin_year" VARCHAR,
  "begin_period" VARCHAR,
  "end_year" VARCHAR,
  "end_period" VARCHAR
);

Share link

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