Supermarket Sales
Supermarket Sales Annual Report
@kaggle.hanif13_supermarket_sales
Supermarket Sales Annual Report
@kaggle.hanif13_supermarket_sales
I created a simple dataset of supermarket sales reports for three branches over a one-year period. You can use it for data visualizations or your portfolio projects.
CREATE TABLE supermarket_sales_2 (
"date" TIMESTAMP,
"branch" VARCHAR,
"customer_type" VARCHAR,
"gender" VARCHAR,
"product_line" VARCHAR,
"unit_price" DOUBLE,
"quantity" BIGINT,
"payment" VARCHAR,
"rating" DOUBLE
);Anyone who has the link will be able to view this.