2021年6月3日 TypeError: ‘(slice(None, None, None), 1)’ is an invalid key

2021年6月3日 TypeError: ‘(slice(None, None, None), 1)’ is an invalid key

提示错误:
slice(None, None, 0)

搜索“python矩阵运算提示KeyError: (slice(None, None, None), 1)”

结果:
使用变量X_trans的值时要改变格式为
X_trans_1 = X_trans.values

感谢:
https://blog.csdn.net/qxqxqzzz/article/details/88315577

你可能感兴趣的:(python编程)