Sample Superstore Dataset
Practice Your Data Analysis Skills as a Superstore Data Analyst
@kaggle.bravehart101_sample_supermarket_dataset
Practice Your Data Analysis Skills as a Superstore Data Analyst
@kaggle.bravehart101_sample_supermarket_dataset
This is a sample superstore dataset, a kind of a simulation where you perform extensive data analysis to deliver insights on how the company can increase its profits while minimizing the losses.
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.