Data Handling,Data science with Python,Machine Learning,Statistical Method and visualization in Python The data is sourced from an E-commerce Store from diffferent countries across Europe. The major obejctive of this project is to cluster customers according to their purchases or and spendings on products in the store using the RFM model. The RFM model, an abbreviation for Recency, Frequency and monetary will help
1)) Identify the last date a customer purchased at least one item
2)) Identify how often the custome purchases item(s)
3)) How much customers spend The notebook contains the methodology used in this project