How To Perform an RFM (Recency, Frequency, Monetary) Analysis Using SQL

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 4

  • @evantackett8198
    @evantackett8198 ปีที่แล้ว +1

    Great video! I am a little bit confused as to how you grouped your RFM scores into a "bucket". Why did you use the (R+F+M/ 3 ) rather than the NTILE buckets you used earlier?

  • @JamliRima
    @JamliRima ปีที่แล้ว

    For the monetary score is it possible to work with : sales=Order Quantity×(Unit Price−(Unit Price×Discount Applied) or profit = sales - (Order Quantity*Unit Cost)

  • @QudusRaheem-n4v
    @QudusRaheem-n4v ปีที่แล้ว

    Thanks

  • @-brian--
    @-brian-- ปีที่แล้ว

    is there a github link for this