Baselight

Consumer Price Index

Statistical measures of change in prices of consumer goods

@kaggle.bls_consumer_price_index

Cu Periodicity
@kaggle.bls_consumer_price_index.cu_periodicity

  • 2.16 KB
  • 2 rows
  • 2 columns
periodicity_code

Periodicity Code

periodicity_name

Periodicity Name

RMonthly
SSemi-Annual

CREATE TABLE cu_periodicity (
  "periodicity_code" VARCHAR,
  "periodicity_name" VARCHAR
);

Share link

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