·

读取data.xlsx文件

excel_data=pd.read_excel(r'E:\A\Si.xlsx')

对value列进行异常值检测,只要传入一个数据列

three_sigma(excel_data['value'])