close
The Wayback Machine - https://web.archive.org/web/20220506071919/https://github.com/joaolcorreia/RFM-analysis
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

RFM-analysis

RFM analysis is a simple python script (and IPython notebook) to perform RFM analysis from customer purchase history data. Please read the blog post on RFM analysis, it includes instructions on how to make RFM analysis actionable and a ready to use Tableau dashboard.

Usage:

$ python RFM-analysis.py -i sample-orders.csv -o rfm-segments.csv -d "2014-04-01"
  • orders file (-i sample-orders.csv)
  • output file with the RFM segmentation (-o rfm-segmenta.csv)
  • maximum date of your orders table (-d “YYYY-mm-dd”).

About

Python script (and IPython notebook) to perform RFM analysis from customer purchase history data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published