标准化处理数据和panda读取excel数据,保存数据 项目场景: 提示:标准化处理数据和panda读取数据 代码: 标准化处理数据 def standardization(data):#标准化 mu = np.mean(data, axis=1).reshape(-