
PRODUCT NUM (int): Unique product identifierPRODUCT CODE (str): Product codeUNIT LIST PRICE (float): Original price of the productCUSTOMER NUM (int): Unique customer identifierPRODUCT NUM (int): Product identifier (links to Product Data Set.csv)QUANTITY PURCHASED (int): Number of units purchasedDISCOUNT TAKEN (float): Discount applied (0-1)CUSTOMERID (int): Unique customer identifier INCOME (str): Customer's income (with currency symbols)

Posted Mar 18, 2025
This project uses K-means clustering to identify distinct customer segments based on their income and spending patterns.