E-commerce Customer Behavior Dataset
Exploring Customer Engagement and Purchasing Patterns in an E-commerce
@kaggle.uom190346a_e_commerce_customer_behavior_dataset
Exploring Customer Engagement and Purchasing Patterns in an E-commerce
@kaggle.uom190346a_e_commerce_customer_behavior_dataset
Dataset Description: E-commerce Customer Behavior
Overview:
This dataset provides a comprehensive view of customer behavior within an e-commerce platform. Each entry in the dataset corresponds to a unique customer, offering a detailed breakdown of their interactions and transactions. The information is crafted to facilitate a nuanced analysis of customer preferences, engagement patterns, and satisfaction levels, aiding businesses in making data-driven decisions to enhance the customer experience.
Columns:
Customer ID:
Gender:
Age:
City:
Membership Type:
Total Spend:
Items Purchased:
Average Rating:
Discount Applied:
Days Since Last Purchase:
Satisfaction Level:
Use Cases:
Customer Segmentation:
Satisfaction Analysis:
Promotion Strategy:
Retention Strategies:
City-based Insights:
Note: This dataset is synthetically generated for illustrative purposes, and any resemblance to real individuals or scenarios is coincidental.
CREATE TABLE e_commerce_customer_behavior_sheet1 (
"customer_id" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"city" VARCHAR,
"membership_type" VARCHAR,
"total_spend" DOUBLE,
"items_purchased" BIGINT,
"average_rating" DOUBLE,
"discount_applied" BOOLEAN,
"days_since_last_purchase" BIGINT,
"satisfaction_level" VARCHAR
);Anyone who has the link will be able to view this.