TypeError: ‘method‘ object is not subscriptable
生活随笔
收集整理的這篇文章主要介紹了
TypeError: ‘method‘ object is not subscriptable
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
TypeError: 'method' object is not subscriptable
目錄
解決問題
解決思路
解決方法
解決問題
TypeError: 'method' object is not subscriptable
解決思路
類型錯誤:“方法”對象不可subscriptable,意思是你不該有下標的地方用了下標
解決方法
將
data_frame.replace['女','男']改為
data_frame.replace('女','男')哈哈,大功告成!
總結(jié)
以上是生活随笔為你收集整理的TypeError: ‘method‘ object is not subscriptable的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 成功解决ERROR: Could not
- 下一篇: Python语言学习:在python中,