ck 4 lat temu
rodzic
commit
93a928367b
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      data_manage/pitcher_panel.py

+ 2 - 2
data_manage/pitcher_panel.py

@@ -174,10 +174,10 @@ round(sum(cost)/sum(first_order_user),2) first_cost_per_user,
 round(sum(first_order_user)/sum(follow_user),4) new_user_order_rate,
 round(sum(first_order_user)/sum(follow_user),4) new_user_order_rate,
 sum(reg_user_amount) reg_user_amount,
 sum(reg_user_amount) reg_user_amount,
 round(sum(first_order_amount)/sum(cost),4) day_roi,
 round(sum(first_order_amount)/sum(cost),4) day_roi,
-round(sum(reg_order_amount)/sum(cost),4) roi,
+round(sum(reg_user_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_user_amount)/sum(reg_order_user),2) user_per_amount, 
         round(sum(follow_user)/sum(click_count),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