Commit 5a428710 authored by 王志伟's avatar 王志伟

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

parent 7999ce83
......@@ -190,7 +190,7 @@ temp2=[float(chi_ctr_precise_yesterday[i]) for i in range(len(chi_ctr_precise_ye
temp2_a=[temp2[0],temp2[1]-temp2[0]]
print(temp2)
a3=pd.DataFrame({'原':temp1,'测':temp2})
a3=pd.DataFrame({'原':temp1_a,'测':temp2_a})
print(a3)
# print(chi_ctr_precise_recently)
# print(chi_ctr_precise_yesterday)
......
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