其他分享
首页 > 其他分享> > 成功解决ValueError: Shape of passed values is (1, 332), indices imply (1, 1)

成功解决ValueError: Shape of passed values is (1, 332), indices imply (1, 1)

作者:互联网

 

解决问题

ValueError: Shape of passed values is (1, 332), indices imply (1, 1)

 

 

解决思路

值错误:传递值的形状为(1,332),索引表示(1,1)

 

解决方法

可知,形状为一维数据,所以索引只能在数据的维数范围内,不可超出!

 

 

标签:imply,332,Shape,values,passed,indices,ValueError
来源: https://blog.csdn.net/qq_41185868/article/details/93176953