Skip to content

Instantly share code, notes, and snippets.

@gbushnell
Created October 15, 2020 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbushnell/aac45fca67990562a8da4e4dd662163c to your computer and use it in GitHub Desktop.
Save gbushnell/aac45fca67990562a8da4e4dd662163c to your computer and use it in GitHub Desktop.
RFM Best Customers
best_clients = rfm[(rfm['R'] ==1) & (rfm['F'] == 1) & (rfm['M']==1)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment