Baselight

Super Store

find out the weak areas where you can work to make more profit

@kaggle.itssuru_super_store

Loading...
Loading...

About this Dataset

Super Store

About the data and what to do…

A superstore is a very large supermarket, often selling household goods, clothes, and electrical goods, as well as food. Superstores typically charge anywhere from 15 to 45 percent less than their smaller counterparts.
As a business manager, try to find out the weak areas where you can work to make more profit. Perform ‘Exploratory Data Analysis’.
What all business problems you can derive by exploring the data?

Tables

Samplesuperstore

@kaggle.itssuru_super_store.samplesuperstore
  • 175.45 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.