我最近将我的 Pandas 版本从升级0.20.0
到1.0.5
能够使用该explode()
功能。然后,当我尝试读取 Excel 文件时,它抛出了一个错误Pandas requires version '1.1.0' or newer of 'xlrd' (version '1.0.0' currently installed).
所以我xlrd-1.2.0
使用我的 Anaconda 提示符进行安装,然后在我的 Jupyter 笔记本中重新启动内核,但我仍然不断收到同样的错误。xlrd
使用以下命令检查笔记本中的版本显示1.0.0
为已安装的版本。
import pkg_resources pkg_resources.get_distribution("xlrd").version
我什至!pip install xlrd
在笔记本上试过,但它说Requirement already satisfied: xlrd in c:\users\<username>\appdata\local\continuum\anaconda3\lib\site-packages (1.0.0)
我不确定该怎么做,因为我现在无法运行我的任何代码。请帮忙!
慕码人8056858
UYOU
不负相思意
芜湖不芜
相关分类