【发布时间】:2018-04-24 10:55:40
【问题描述】:
我必须打开一个excel文件,我是这样做的:
xl_file = pd.ExcelFile('D:\mypath\myFile.xls')
在 PyCharm(Python 2.7.8) 上它运行良好,但在 Jupyter(Python 3) 上,我总是出现这个错误:
FileNotFoundError: [Errno 2] No such file or directory
可能是什么原因?
【问题讨论】:
标签: python excel pandas pycharm jupyter