Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Data 1 Allitems
@kaggle.bls_consumer_price_index.cu_data_1_allitems

  • 162.84 KB
  • 49612 rows
  • 5 columns
series_id

Series Id

year

Year

period

Period

value

Value

footnote_codes

Footnote Codes

CUSR0000SA01947M0121.48
CUSR0000SA01947M0221.62
CUSR0000SA01947M0322
CUSR0000SA01947M0422
CUSR0000SA01947M0521.95
CUSR0000SA01947M0622.08
CUSR0000SA01947M0722.23
CUSR0000SA01947M0822.4
CUSR0000SA01947M0922.84
CUSR0000SA01947M1022.91

CREATE TABLE cu_data_1_allitems (
  "series_id" VARCHAR,
  "year" BIGINT,
  "period" VARCHAR,
  "value" DOUBLE,
  "footnote_codes" VARCHAR
);

Share link

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