View on GitHub

RFM-Analysis

Project title: RFM-Analysis

Project Code

Description

This project, the data is Superstore, in which I have used libraries like panda, matplotlib and numpy. In this project I have tried to answer of how we use data to help up-selling of products for a Superstore. I will write code to import the data and answer interesting questions about it by computing descriptive statistics.

About the Dataset

The given dataset was taken from the dataset bundle present in Kaggle Datasets, Refer to this link This data is freely available on Kaggle https://www.kaggle.com/datasets/vivek468/superstore-dataset-final

With this dataset I am trying to answer few questions asked usually in data team to help find the most active/loyal customers for the company and whom should we promote more products.

The name of the Dataset used for this projects is data.csv. There are 37039 rows in the file each row containing data about each customer’s customer_id, InvoiceDate, Country etc.

I have used Python 3 for this analysis. The Libraries/Packages I used in this projects are as follows:

RFM Technique

To solve the questions I have used a Customer Segmentation technique to find most premium/loyal customers to the Superstore called as RFM- Recency, Frequency, Monetary.

RFM groups customers into different customer segments for easy recall and campaign targeting. It’s super useful in understanding responsiveness of your customers and for segmentation driven database marketing. It helps to decide the follwoing questions:

Inferences and Conclusion

The analysis gives an overview from most loyal to slipping customer segments.

With that, we’ve come to the end of this analysis. The following are conclusions drawn from the analysis. Hope you enjoyed!!

References and Future Work

Future Work

There are lot of scopes of improvement and/or addition in this project in future, with the data provided and adding extra datasets we can do:

Refereces