Commit 3bd421c3 authored by 张彦钊's avatar 张彦钊

修改ctr参数指标

parent 9e03fa32
......@@ -40,7 +40,6 @@ def ctr_all():
cursor.execute(sql_all)
result_all = cursor.fetchall()
df = pd.DataFrame(list(result_all))
df.to_csv(DIRECTORY_PATH+"old_user.csv")
all_user = df[0].values.tolist()
print("老用户总数:")
print(len(all_user))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment