E-Commerce-Transactions-Dataset π
Objective π― The goal is to explore the dataset through EDA, create predictive models, and uncover valuable insights to drive business decisions. π
Dataset Overview π
Customers.csv:
https://drive.google.com/file/d/1bu_--mo79VdUG9oin4ybfFGRUSXAe-WE/view?usp=sharing
Products.csv :
https://drive.google.com/file/d/1IKuDizVapw-hyktwfpoAoaGtHtTNHfd0/view?usp=sharing
Transactions.csv :
https://drive.google.com/file/d/1saEqdbBB-vuk2hxoAf4TzDEsykdKlzbF/view?usp=sharing
Files Description:
Customers.csv
CustomerID: Unique identifier for each customer. CustomerName: Name of the customer. Region: Continent where the customer resides π. SignupDate: Date when the customer signed up π.
Products.csv
ProductID: Unique identifier for each product. ProductName: Name of the product π. Category: Product category π·. Price: Product price in USD π΅.
Transactions.csv
TransactionID: Unique identifier for each transaction. CustomerID: ID of the customer who made the purchase π€. ProductID: ID of the product sold π·. TransactionDate: Date of the transaction π. Quantity: Quantity of the product purchased π. TotalValue: Total value of the transaction π°. Price: Price of the product sold π΅.
Tasks π
Task 1: Exploratory Data Analysis (EDA) π Conduct a thorough analysis of the dataset. Identify and present five actionable business insights π‘.
Task 2: Lookalike Model π§βπ€βπ§ Build a recommendation model to find three similar customers for each of the first 20 customers based on their profiles and transaction histories π.
Task 3: Customer Segmentation (Clustering) π Use clustering techniques to segment customers based on profile and transaction data π. Evaluate the clusters with the Davies-Bouldin Index and present visualizations π.