pandas.read_csv FileNotFoundError: File b'\xe2\x80\xaa' despite correct path

前端 未结 13 1298
南笙
南笙 2020-12-15 20:14

I\'m trying to load a .csv file using the pd.read_csv() function when I get an error despite the file path being correct and using raw strings.

13条回答
  •  臣服心动
    2020-12-15 21:05

    There is an another problem on how to delete the characters that seem invisible.

    My solution is copying the filepath from the file windows instead of the property windows.

    That is no problem except that you should fulfill the filepath.

提交回复
热议问题