Commit 92f34ce0 authored by 张彦钊's avatar 张彦钊

修改统计指标

parent ed4b20eb
......@@ -40,7 +40,7 @@ def ctr_all():
cover = len(set(tail56)&set(device_id))
print("当天尾号5或6活跃用户覆盖数:")
print(cover)
cover_percent = format(cover / len(tail56), ".3f")
cover_percent = format(cover / len(tail56), ".6f")
print("当天尾号5或6活跃用户覆盖率:")
print(cover_percent)
sql_click = "select count(cid) from data_feed_click " \
......
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