Baselight

Retail Supermarket

Supermarket store data

@kaggle.roopacalistus_superstore

Loading...
Loading...

About this Dataset

Retail Supermarket

The dataset contains sales details of different stores of a supermarket chain that has multiple stores in different parts of the US.
With columns such as:

  • Ship Mode
  • Segment
  • Country
  • City
  • State
  • Postal code
  • Region
  • Category
  • Sub-category
  • Sales
  • Quantity
  • Discount
  • Profit

Tables

Samplesuperstore

@kaggle.roopacalistus_superstore.samplesuperstore
  • 175.44 KB
  • 9994 rows
  • 13 columns
Loading...

CREATE TABLE samplesuperstore (
  "ship_mode" VARCHAR,
  "segment" VARCHAR,
  "country" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "postal_code" BIGINT,
  "region" VARCHAR,
  "category" VARCHAR,
  "sub_category" VARCHAR,
  "sales" DOUBLE,
  "quantity" BIGINT,
  "discount" DOUBLE,
  "profit" DOUBLE
);

Share link

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