AttributeError: partially initialized module ‘pandas’ has no attribute ‘read_csv’
之前可以用,现在不可以用,检测发现是自己建立了文件,可能select是比较敏感的词,如果你们遇到问题可能是建立了敏感词命名的文件(不一定是,可能是等等),把文件名修改后就可以正常使用;了
以后建立py文件命名可要更加小心
相关文章
- 解决AttributeError: partially initialized module ‘pandas‘ has no attribute ‘read_csv‘
- Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
- Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
- Python报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
- python出现AttributeError: module ‘xxx’ has no attribute ‘xxx’错误时,两个解决办法
- python模块相互导入时报错AttributeError: partially initialized module module-name has no attribute-name most
- 解决tensorflow报错:AttributeError: module ‘tensorflow.keras.backend‘ has no attribute ‘get_session‘ 问题
- AttributeError module pandas has no attribute dataframe
- AttributeError: module ‘torch‘ has no attribute ‘_six‘------重启后问题解决
- python中引入包的时候报错AttributeError: module 'sys' has no attribute 'setdefaultencoding'解决方法?