Industrial Product Price Index
Detailed Metrics and Trends in Industrial Product Pricing Across Various Sectors
@kaggle.noeyislearning_industrial_product_price_index_data_in_canada
Detailed Metrics and Trends in Industrial Product Pricing Across Various Sectors
@kaggle.noeyislearning_industrial_product_price_index_data_in_canada
This dataset offers a thorough analysis of the Industrial Product Price Index (IPPI) in Canada, spanning from January 1956 to the present. The data is aggregated to national and sectoral levels, providing insights into the pricing dynamics of various industrial products. The dataset is reported to the Statistics Canada and covers a wide range of sectors, including agriculture, manufacturing, and food processing.
CREATE TABLE raw_ippi_1956_2024 (
"ref_date" VARCHAR,
"geo" VARCHAR,
"dguid" VARCHAR,
"north_american_product_classification_system_napcs" VARCHAR -- North American Product Classification System (NAPCS),
"uom" VARCHAR,
"uom_id" BIGINT,
"scalar_factor" VARCHAR,
"scalar_id" BIGINT,
"vector" VARCHAR,
"coordinate" DOUBLE,
"value" DOUBLE,
"status" VARCHAR,
"symbol" VARCHAR,
"terminated" VARCHAR,
"decimals" BIGINT
);Anyone who has the link will be able to view this.