Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Data 17 Useducationandcommunication
@kaggle.bls_consumer_price_index.cu_data_17_useducationandcommunication

  • 64.59 KB
  • 13332 rows
  • 5 columns
series_id

Series Id

year

Year

period

Period

value

Value

footnote_codes

Footnote Codes

CUSR0000SAE1993M0184.1
CUSR0000SAE1993M0284.3
CUSR0000SAE1993M0384.6
CUSR0000SAE1993M0484.8
CUSR0000SAE1993M0585.2
CUSR0000SAE1993M0685.4
CUSR0000SAE1993M0785.6
CUSR0000SAE1993M0886
CUSR0000SAE1993M0986.3
CUSR0000SAE1993M1086.5

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