Skip to content

The E-Commerce Transactions Dataset focuses on analyzing customer, product, and transaction data to gain insights. Tasks include EDA for business insights, building a Lookalike Model to recommend similar customers, and Customer Segmentation using clustering for better targeting.

Notifications You must be signed in to change notification settings

SNEHIL0014/E-Commerce-Transactions-Dataset

Repository files navigation

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 πŸ“ˆ.

About

The E-Commerce Transactions Dataset focuses on analyzing customer, product, and transaction data to gain insights. Tasks include EDA for business insights, building a Lookalike Model to recommend similar customers, and Customer Segmentation using clustering for better targeting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published