IOError - \xe2\x80\x8e\xe2\x81\

限于喜欢 提交于 2019-12-11 15:19:20

问题


I'm trying to read a csv file as follows:

with open('‎⁨file.csv') as csv_file:

But, getting the following error:

IOError: [Errno 2] No such file or directory: '\xe2\x80\x8e\xe2\x81\xa8file.csv'

I looked for a while, but was unable to solve the issue.

Any recommendations?

Thanks.

来源:https://stackoverflow.com/questions/51976847/ioerror-xe2-x80-x8e-xe2-x81

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!