Baselight

Sample Superstore Dataset

Practice Your Data Analysis Skills as a Superstore Data Analyst

@kaggle.bravehart101_sample_supermarket_dataset

Loading...
Loading...

About this Dataset

Sample Superstore Dataset

Context

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.

Tables

Samplesuperstore

@kaggle.bravehart101_sample_supermarket_dataset.samplesuperstore
  • 175.44 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.