Baselight

Online Store Dataset

dataset of a online superstore.

@kaggle.dhirajnirne_online_store_dataset

Loading...
Loading...

About this Dataset

Online Store Dataset

Records of online operated E-commerce services and their customers as well.

Really a good dataset for practicing Exploratory data analysis and feature engineering!

Tables

Superstoredataset

@kaggle.dhirajnirne_online_store_dataset.superstoredataset
  • 303 KB
  • 9994 rows
  • 18 columns
Loading...

CREATE TABLE superstoredataset (
  "ship_mode" VARCHAR,
  "customer_id" VARCHAR,
  "customer_name" VARCHAR,
  "segment" VARCHAR,
  "country" VARCHAR,
  "city" VARCHAR,
  "state" VARCHAR,
  "postal_code" BIGINT,
  "region" VARCHAR,
  "product_id" VARCHAR,
  "category" VARCHAR,
  "sub_category" VARCHAR,
  "product_name" VARCHAR,
  "sales" DOUBLE,
  "quantity" BIGINT,
  "discount" DOUBLE,
  "profit" DOUBLE,
  "unnamed_17" VARCHAR
);

Share link

Anyone who has the link will be able to view this.