Retail Supermarket
Supermarket store data
@kaggle.roopacalistus_superstore
Supermarket store data
@kaggle.roopacalistus_superstore
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:
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.