JavaShuo
欄目
標籤
【Python】報錯:AttributeError: ‘DataFrame‘ object has no attribute ‘as_matrix‘ 問題解決
時間 2021-08-15
標籤
python
數據分析
機器學習
bug
欄目
Python
简体版
原文
原文鏈接
在使用pandas 時遇到了, AttributeError: 'DataFrame' object has no attribute 'as_matrix' 這樣的報錯,但 as_matrix() 這個方法在舊版本的pandas中使用,新版本的pandas已經刪除 並且用 values 來替代這個方法,如下: df.as_matrix 改成-----> df.values
>>阅读原文<<
相關文章
1.
【問題解決】AttributeError: 'Series' object has no attribute 'as_matrix'
2.
AttributeError: 'DataFrame' object has no attribute 'map'
3.
Python報錯:AttributeError: 'RACNN' object has no attribute 'module'
4.
'DataFrame' object has no attribute 'sort'
5.
【KERAS】報錯 AttributeError: 'Tensor' object has no attribute '_keras_shape'
6.
robotframework報錯:AttributeError: 'TestApp' object has no attribute 'cookiejar'
7.
pyinstaller 報錯 AttributeError: 'str' object has no attribute 'decode'
8.
python3報錯「AttributeError: 'set' object has no attribute 'items'「
9.
mmdetection 報錯: AttributeError: ‘ConfigDict‘ object has no attribute ‘pipeline‘
10.
Django2.2報錯-AttributeError: ''str'' object has no attribute ''decode'...
更多相關文章...
•
Redis樂觀鎖解決高併發搶紅包的問題
-
紅包項目實戰
•
Redis悲觀鎖解決高併發搶紅包的問題
-
紅包項目實戰
•
PHP Ajax 跨域問題最佳解決方案
•
IntelliJ IDEA中SpringBoot properties文件不能自動提示問題解決
相關標籤/搜索
Python問題解決
問題解決
解決問題
問題&解決
python 錯誤解決
Python 解決錯誤
attributeerror
attribute
未解決問題
問題-已解決
應用數學
Python
Spark
NoSQL教程
MyBatis教程
Spring教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
子類對象實例化全過程
2.
【Unity2DMobileGame_PirateBomb09】—— 設置基本敵人
3.
SSIS安裝以及安裝好找不到商業智能各種坑
4.
關於 win10 安裝好的字體爲什麼不能用 WebStrom找不到自己的字體 IDE找不到自己字體 vs找不到自己字體 等問題
5.
2019版本mac電腦pr安裝教程
6.
使用JacpFX和JavaFX2構建富客戶端
7.
MySQL用戶管理
8.
Unity區域光(Area Light) 看不見光線
9.
Java對象定位
10.
2019-9-2-用自動機的思想說明光速
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
【問題解決】AttributeError: 'Series' object has no attribute 'as_matrix'
2.
AttributeError: 'DataFrame' object has no attribute 'map'
3.
Python報錯:AttributeError: 'RACNN' object has no attribute 'module'
4.
'DataFrame' object has no attribute 'sort'
5.
【KERAS】報錯 AttributeError: 'Tensor' object has no attribute '_keras_shape'
6.
robotframework報錯:AttributeError: 'TestApp' object has no attribute 'cookiejar'
7.
pyinstaller 報錯 AttributeError: 'str' object has no attribute 'decode'
8.
python3報錯「AttributeError: 'set' object has no attribute 'items'「
9.
mmdetection 報錯: AttributeError: ‘ConfigDict‘ object has no attribute ‘pipeline‘
10.
Django2.2報錯-AttributeError: ''str'' object has no attribute ''decode'...
>>更多相關文章<<