Any file that I intend to open using Pandas, either with Spider or with jupyter notebook, I am unable to open as its showing a unicode error. Upon inspecting, I realize, the file which I open is automatically changing to read-only. How can I remove this error?
This file is not a read only file enter image description here
Upon opening it in spider or jupyter notebook, its showing enter image description here
The error: enter image description here
with slight modification on codes enter image description here
It shows: enter image description here
Upon inspecting original file again, it is changing to read-only enter image description here