kesalahan izin

In Python, If we provide a folder path instead of a file path while reading a file 
or if the Python does not have the required permission to perform file operations(open, read, write)
, you will encounter PermissionError: [Errno 13] Permission denied error.
SPECIFY THE FILE ITSELF NOT THE DIRECTORY IN pd.read_csv
Uninterested Unicorn