Supermarket Dataset
your go-to destination for analyzing retail transactions
@kaggle.saurabhbadole_supermarket_data
your go-to destination for analyzing retail transactions
@kaggle.saurabhbadole_supermarket_data
CREATE TABLE supermarket_data (
"invoice" VARCHAR,
"stockcode" VARCHAR,
"description" VARCHAR,
"quantity" BIGINT,
"invoicedate" VARCHAR,
"price" DOUBLE,
"customer_id" DOUBLE,
"country" VARCHAR
);
Anyone who has the link will be able to view this.