PermissionError: Permission denied to reading CSV File in Python

前端 未结 4 1479
故里飘歌
故里飘歌 2021-01-05 19:11

Simply I wanted to read the csv file that I converted from Data Frame after read the another csv file and same time I tried to remove header from in it.

4条回答
  •  情书的邮戳
    2021-01-05 19:27

    In my case, I have not opened the file exactly but I have uploaded the same file in another application and that is the issue. So it was not allowed to read that file from another application. Once I close/refresh other application, python application able to read without any permission error.

提交回复
热议问题