摘要: 在jupyter中运行以下代码: import pandas as pd dataset = pd.read_excel(r'‪D:\a.xlsx', sheet_name='Sheet1') print(dataset) 出现报错信息: OSError Traceback (most recent 阅读全文
posted @ 2024-03-04 17:16 lmei 阅读(84) 评论(0) 推荐(0) 编辑
摘要: 在cmd输入命令”pip install pyxll-jupyter“进行安装,控制台出现以下报错信息: Downloading pyxll_jupyter-0.5.2-py3-none-any.whl (46 kB) 46.3/46.3 kB 16.1 kB/s eta 0:00:00 Downl 阅读全文
posted @ 2024-03-04 12:59 lmei 阅读(145) 评论(0) 推荐(0) 编辑