Baselight

Customer Shopping Behavior Dataset

Information about customers and their shopping habits

@kaggle.rehan497_customer_shopping_behavior_dataset

Loading...
Loading...

About this Dataset

Customer Shopping Behavior Dataset

This dataset contains information about customer shopping patterns, including demographics, purchase history, and buying behavior.

Features:

  • Customer Demographics: Age, Gender, Location
  • Purchase Details: Item purchased, Category, Size, Color, Season, Purchase amount
  • Customer Engagement: Subscription status, Review ratings, Discounts, Promo codes
  • Transaction Details: Shipping type, Payment method, Frequency of purchases, Previous purchases

🎯 Use Cases

This dataset can be applied to multiple domains, including:

  • Customer segmentation and profiling
  • Shopping behavior analysis
  • Predictive modeling (e.g., purchase amount or frequency)
  • Building recommendation systems
  • Marketing and discount strategy optimization

Tables

Shopping Behavior Updated

@kaggle.rehan497_customer_shopping_behavior_dataset.shopping_behavior_updated
  • 63.34 kB
  • 3,900 rows
  • 18 columns
Loading...
CREATE TABLE shopping_behavior_updated (
  "customer_id" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "item_purchased" VARCHAR,
  "category" VARCHAR,
  "purchase_amount_usd" BIGINT  -- Purchase Amount (USD),
  "location" VARCHAR,
  "size" VARCHAR,
  "color" VARCHAR,
  "season" VARCHAR,
  "review_rating" DOUBLE,
  "subscription_status" VARCHAR,
  "shipping_type" VARCHAR,
  "discount_applied" VARCHAR,
  "promo_code_used" VARCHAR,
  "previous_purchases" BIGINT,
  "payment_method" VARCHAR,
  "frequency_of_purchases" VARCHAR
);

Share link

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