Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Data 18 Usothergoodsandservices
@kaggle.bls_consumer_price_index.cu_data_18_usothergoodsandservices

  • 54.25 KB
  • 11919 rows
  • 5 columns
series_id

Series Id

year

Year

period

Period

value

Value

footnote_codes

Footnote Codes

CUSR0000SAG1967M0134.5
CUSR0000SAG1967M0234.5
CUSR0000SAG1967M0334.6
CUSR0000SAG1967M0434.6
CUSR0000SAG1967M0534.7
CUSR0000SAG1967M0634.8
CUSR0000SAG1967M0735
CUSR0000SAG1967M0835.3
CUSR0000SAG1967M0935.5
CUSR0000SAG1967M1035.6

CREATE TABLE cu_data_18_usothergoodsandservices (
  "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.