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