Commit 69e6eda7 authored by 王志伟's avatar 王志伟

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

parent 26ebdb70
......@@ -194,7 +194,7 @@ a3=pd.DataFrame({'原':temp1_a,'测':temp2_a})
a3['共计'] = a3.apply(lambda x: x.sum(), axis=1)
print(a3)
a3['共计'] = a3.apply(lambda x: x.sum(), axis=0)
a3.loc['共计'] = a3.apply(lambda x: x.sum())
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