Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Item
@kaggle.bls_consumer_price_index.cu_item

  • 13.96 KB
  • 399 rows
  • 5 columns
item_code

Item Code

item_name

Item Name

display_level

Display Level

selectable

Selectable

sort_sequence

Sort Sequence

AA0All items - old baseT2
AA0RPurchasing power of the consumer dollar - old baseT399
SA0All itemsT1
SA0EEnergy1T374
SA0L1All items less food1T358
SA0L12All items less food and shelter1T361
SA0L12EAll items less foodnan
SA0L12E4All items less foodnan
SA0L1EAll items less food and energy1T359
SA0L2All items less shelter1T360

CREATE TABLE cu_item (
  "item_code" VARCHAR,
  "item_name" VARCHAR,
  "display_level" DOUBLE,
  "selectable" VARCHAR,
  "sort_sequence" DOUBLE
);

Share link

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