Customer Shopping Behavior Dataset
Information about customers and their shopping habits
@kaggle.rehan497_customer_shopping_behavior_dataset
Information about customers and their shopping habits
@kaggle.rehan497_customer_shopping_behavior_dataset
This dataset contains information about customer shopping patterns, including demographics, purchase history, and buying behavior.
This dataset can be applied to multiple domains, including:
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
);Anyone who has the link will be able to view this.