PRODUCT PRICE DATASET
Data for over a decade's period by UK’s Office for National Statistics
@kaggle.sujaykapadnis_price_quote_data
Data for over a decade's period by UK’s Office for National Statistics
@kaggle.sujaykapadnis_price_quote_data
Price quote data and item indices that underpin consumer price inflation statistics are now published, giving users unprecedented access to the detailed data that are used in the construction of the UK's inflation figures. With effect from the January 2017 consumer price inflation publication, these data are published on a monthly basis showing the latest month.
CREATE TABLE upload_pricequotes202301 (
"quote_date" BIGINT,
"item_id" BIGINT,
"item_desc" VARCHAR,
"validity" BIGINT,
"shop_code" BIGINT,
"price" DOUBLE,
"indicator_box" VARCHAR,
"orig_indicator_box" VARCHAR,
"price_relative" DOUBLE,
"log_price_relative" DOUBLE,
"stratum_weight" DOUBLE,
"stratum_type" BIGINT,
"start_date" BIGINT,
"end_date" BIGINT,
"region" BIGINT,
"shop_type" BIGINT,
"shop_weight" BIGINT,
"base_price" DOUBLE,
"base_validity" BIGINT,
"stratum_cell" BIGINT
);Anyone who has the link will be able to view this.