Super Store
find out the weak areas where you can work to make more profit
@kaggle.itssuru_super_store
find out the weak areas where you can work to make more profit
@kaggle.itssuru_super_store
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?
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
);Anyone who has the link will be able to view this.