Detailed Products Datasets
List of product with their prices and other details you might see in supermarket
@kaggle.sujaykapadnis_products_datasets
List of product with their prices and other details you might see in supermarket
@kaggle.sujaykapadnis_products_datasets
CREATE TABLE message_group_product (
"s_no" BIGINT,
"brandname" VARCHAR,
"product_id" VARCHAR,
"product_name" VARCHAR,
"brand_desc" VARCHAR,
"product_size" VARCHAR,
"currancy" VARCHAR,
"mrp" VARCHAR,
"sellprice" BIGINT,
"discount" VARCHAR,
"category" VARCHAR
);
Anyone who has the link will be able to view this.