ck пре 4 година
родитељ
комит
a2cba086e4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      data_manage/pitcher_panel.py

+ 1 - 1
data_manage/pitcher_panel.py

@@ -178,7 +178,7 @@ round(sum(reg_order_amount)/sum(cost),4) roi,
 round(sum(reg_order_user_again)/sum(reg_order_user),4)  old_user_once_order_rate,     
 round(sum(reg_order_user_again)/sum(reg_order_user),4)  old_user_once_order_rate,     
         round(sum(cost)/sum(first_order_user),2) first_order_user_per_cost,  
         round(sum(cost)/sum(first_order_user),2) first_order_user_per_cost,  
         round(sum(reg_order_amount)/sum(reg_order_user),2) user_per_amount, 
         round(sum(reg_order_amount)/sum(reg_order_user),2) user_per_amount, 
-        round(sum(click_count)/sum(follow_user),4) click_follow_rate, 
+        round(sum(follow_user)/sum(click_count),4) click_follow_rate, 
         round(sum(reg_order_user)/sum(follow_user),4) follow_order_rate 
         round(sum(reg_order_user)/sum(follow_user),4) follow_order_rate