鱼C论坛

 找回密码
 立即注册
查看: 2788|回复: 4

pandas无法read,已经根据网上说的把含pandas的文件名全部改过了还是不行,Series....

[复制链接]
发表于 2020-9-21 18:32:14 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
>>> import pandas as gh
>>> data=gh.Read_excle('C:\\Users\\Administrator\\Desktop\\123.xls')
             
Traceback (most recent call last):
  File "<pyshell#668>", line 1, in <module>
    data=gh.Read_excle('C:\\Users\\Administrator\\Desktop\\123.xls')
  File "D:\python\lib\site-packages\pandas\__init__.py", line 258, in __getattr__
AttributeError: module 'pandas' has no attribute 'Read_excle'
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-9-21 18:48:16 | 显示全部楼层
是read_excel,你就没写对
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-9-21 18:52:45 | 显示全部楼层
import pandas as pd
data=pd.read_excel('C:\\Users\\Administrator\\Desktop\\123.xls')
一般缩写都会写pd。。。。。。
read_excel没拼对
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

 楼主| 发表于 2020-9-21 19:22:44 | 显示全部楼层
疾风怪盗 发表于 2020-9-21 18:52
一般缩写都会写pd。。。。。。
read_excel没拼对

import pandas as gh
>>> data=gh.read_excel('C:\\Users\\Administrator\\Desktop\\123.xls')
Traceback (most recent call last):
  File "<pyshell#6>", line 1, in <module>
    data=gh.read_excel('C:\\Users\\Administrator\\Desktop\\123.xls')
  File "D:\python\lib\site-packages\pandas\util\_decorators.py", line 296, in wrapper
    return func(*args, **kwargs)
  File "D:\python\lib\site-packages\pandas\io\excel\_base.py", line 304, in read_excel
    io = ExcelFile(io, engine=engine)
  File "D:\python\lib\site-packages\pandas\io\excel\_base.py", line 867, in __init__
    self._reader = self._engines[engine](self._io)
  File "D:\python\lib\site-packages\pandas\io\excel\_xlrd.py", line 21, in __init__
    import_optional_dependency("xlrd", extra=err_msg)
  File "D:\python\lib\site-packages\pandas\compat\_optional.py", line 110, in import_optional_dependency
    raise ImportError(msg) from None
ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use pip or conda to install xlrd.
请问,错到这种地步还有救吗,需要卸载重装吗?
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

发表于 2020-9-21 19:24:12 | 显示全部楼层
归榆 发表于 2020-9-21 19:22
import pandas as gh
>>> data=gh.read_excel('C:\%users\\Administrator\\Desktop\\123.xls')
Traceba ...

英文翻译一下啊,这个错误是因为你打开的xls,让你安装xlrd,你安装不就好了么
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-18 15:47

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表