Customer segmentation using RFM analysis


This project demonstrates a simple approach to perform customer analysis on a historical, transactional database using the RFM based segmentation. RFM stands for Recency, Frequency, and Monetary, which is one of the common techniques in CRM to categorize customers into different groups. This project used Northwind database, Azure Data Studio and Python to create RFM metrics, scores, analysis and visualizations.