问题
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