关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
富贵花开2.0
2022-04-10 10:06
采纳率: 78.6%
浏览 394
首页
人工智能
已结题
AttributeError: module 'pandas' has no attribute 'read_exce'
聚类
python
在python中出现了这个问题,已经下载了pandas包了,但是还是不行,应该怎么办?
收起
写回答
好问题
0
提建议
关注问题
微信扫一扫
点击复制链接
分享
邀请回答
编辑
收藏
删除
收藏
举报
2
条回答
默认
最新
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
ningzip
2022-04-10 10:41
关注
pd.read_excel()
本回答被题主选为最佳回答
, 对您是否有帮助呢?
本回答被专家选为最佳回答
, 对您是否有帮助呢?
本回答被题主和专家选为最佳回答
, 对您是否有帮助呢?
解决
2
无用
1
评论
打赏
微信扫一扫
点击复制链接
分享
举报
评论
按下Enter换行,Ctrl+Enter发表内容
查看更多回答(1条)
向“C知道”追问
报告相同问题?
提交
关注问题
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘问题解决记录
2022-04-10 20:21
饮冰未凉的博客
项目场景: 在进行下面操作时候报错 import
pandas
as pd io = r'D:\python项目\pythonProject\...
AttributeError
:
module
'
pandas
' has no
attribute
'
read
_
exce
l' 原因分析: 在看了下面报错原因后,我也查了很
python
pandas
——
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘
2021-04-06 14:23
蔡汶桦的博客
AttributeError
:
module
'
pandas
' has no
attribute
'
read
_
exce
l' 报错原因,你的py文件命名为“
pandas
s”
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_csv‘
2022-04-19 10:00
加油胖虎的博客
换了下内核
解决报错
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘
2022-05-25 10:04
HuJH5145的博客
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘问题解决记录
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_html‘
2021-10-31 03:33
超哥哥丶的博客
在引入
pandas
模块时,报错:
AttributeError
:
module
'
pandas
' has no
attribute
'
read
_html',表示没有这个模块,点击Files->Settings->project->project interpreter,点击右侧的加号,搜索
pandas
,点击...
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘datetime‘
2024-10-28 22:24
kaka_R-Py的博客
因为在新的pands版本中
pandas
已不再支持datetime模块。需要导入datetime库。
AttributeError
: partially initialized
module
‘
pandas
‘ has no
attribute
‘
read
_csv‘
2024-04-23 16:40
不吃三文鱼的博客
可以尝试改一下代码文件的名字 我原先名字就是csv.py 改了就好了。如果升级
pandas
包 和 代码 都检查没问题。还有文件目录也没问题。很可能是由于循环导入。
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘_libs‘
2021-12-14 11:40
canpian7的博客
pandas
的版本问题,降低
pandas
版本即可。 pip install
pandas
==0.25.3
Python报错:
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_csv‘解决方法
2022-05-23 20:28
快乐棒棒冰的博客
碰到这个问题的时候,在网上看到大部分的原因是在项目文件下存在
pandas
.py或csv.py等用Python特征词命名的文件,但我的项目下不存在,实在没找出原因。 后来,尝试了将
pandas
卸载重装,居然就不报错了,所以出现这个...
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘
2018-04-18 13:19
WTFibo的博客
AttributeError
:
module
'
pandas
' has no
attribute
'
read
_
exce
l'
pandas
模块的使用中发生的错误:
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘
read
_
exce
l‘ 的解决方案
2020-11-16 13:59
LCY133的博客
file1 = pd.
read
_
exce
l(path,sheet_name=0) file2 = pd.
read
_
exce
l(path,sheet_name=1) file3 = pd.
read
_
exce
l(path,sheet_name=2) print(pd.concat((file1,file2,file3))) 在运行之后发现报错: Traceb
解决
AttributeError
: partially initialized
module
‘
pandas
‘ has no
attribute
‘
read
_csv‘
2022-05-09 09:17
也无风雨也无晴 ~~的博客
AttributeError
: partially initialized
module
‘
pandas
’ has no
attribute
‘
read
_csv’ 之前可以用,现在不可以用,检测发现是自己建立了select.py文件,可能select是比较敏感的词,如果你们遇到问题可能是建立...
AttributeError
:
module
‘
pandas
‘ has no
attribute
‘DataFrame‘ 报错解决 Python
Pandas
2025-01-22 09:21
hxsln11的博客
'data.xlsx',数据在第一个工作表中 file_path = 'C:\\Users\\lenovo\\Desktop\\芯片王国\\a.xlsx' # 替换为你的文件路径 data = pd.
read
_
exce
l(file_path, engine='openpyxl',sheet_name='a') #Installing ...
没有解决我的问题,
去提问
向专家提问
向AI提问
付费问答(悬赏)服务下线公告
◇ 用户帮助中心
◇ 新手如何提问
◇ 奖惩公告
问题事件
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
系统已结题
6月27日
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
已采纳回答
6月19日
关注
码龄
粉丝数
原力等级 --
被采纳
被点赞
采纳率
创建了问题
4月10日