检查Python版本:确保你的Python版本与matplotlib和pandas版本兼容。你可以在Pycharm的“File”菜单中选择“Settings”,然后选择“Project: [Your Project Name]” -> “Python Interpreter”来检查当前使用的Python版本。如果需要,你可以升级或降级Python版本以匹配库的要求。 更新pip:pip是Python的包管理器,用于安装和管理...
pandas.read_excel - pandas 1.3.3 documentationpandas.pydata.org/docs/reference/api/pandas.rea...
pandas.read_excel - pandas 1.3.3 documentationpandas.pydata.org/docs/reference/api/pandas.rea...
已经安装好了之前所需的环境,现在打开Pycharm,在Terminal里面直接使用语句进行安装 另外还需要注意一点,Pandas有一些依赖库,尤其是当 使用PyCharm 软件安装 pandas 包 1、打开 PyCharm 2、点击右上角 “Files” →“Settings”3、弹出“Settings”窗口,选择“Project: Projects” →“Project Interpreter”,点击右侧的...