我是靠谱客的博主 矮小战斗机,最近开发中收集的这篇文章主要介绍出现 ‘Series‘ object has no attribute ‘reshape‘ 错误,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
原因:需要更详细的分类reshape函数
操作:添加 .values
,如
将
sample = sample.reshape([10, 10])
改为
sample = sample.values.reshape([10, 10])
错误来自于探索性数据分析初探:
https://blog.csdn.net/qq_43653405/article/details/107916619
最后
以上就是矮小战斗机为你收集整理的出现 ‘Series‘ object has no attribute ‘reshape‘ 错误的全部内容,希望文章能够帮你解决出现 ‘Series‘ object has no attribute ‘reshape‘ 错误所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复