Baselight

Supermarket Sales

Supermarket Sales Annual Report

@kaggle.hanif13_supermarket_sales

Loading...
Loading...

About this Dataset

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.

Tables

Supermarket Sales 2

@kaggle.hanif13_supermarket_sales.supermarket_sales_2
  • 45.38 kB
  • 5,053 rows
  • 9 columns
Loading...
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
);

Share link

Anyone who has the link will be able to view this.