Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Period
@kaggle.bls_consumer_price_index.cu_period

  • 2.93 KB
  • 16 rows
  • 3 columns
period

Period

period_abbr

Period Abbr

period_name

Period Name

M01JANJanuary
M02FEBFebruary
M03MARMarch
M04APRApril
M05MAYMay
M06JUNJune
M07JULJuly
M08AUGAugust
M09SEPSeptember
M10OCTOctober

CREATE TABLE cu_period (
  "period" VARCHAR,
  "period_abbr" VARCHAR,
  "period_name" VARCHAR
);

Share link

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