Commit 89656004 authored by 王志伟's avatar 王志伟

数据指标波动假设检验统计

parent e057ac1d
......@@ -299,7 +299,7 @@ print("============================分割线==================================="
def get_var_data(x,y,z,t1):
sql_cid = "select {0}/{1} from {2} \
where stat_date >= '{3}' ".format(x,y,z,t1)
CVR_DATA_recently = con_sql(sql_cid)[0]
CVR_DATA_recently = con_sql(sql_cid)
return CVR_DATA_recently
test_data=get_var_data("diary_meigou_oldUser","diary_exp_oldUser","diary_meigou_crv",five_days)
......
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