I am trying to save dataframe to csv file. However, I kept getting error that I dont have the permission to save my dataframe to the path.
Below is the loop that I have to iterate my object
for i in dic:
dic[i].df.to_csv(Path)
PermissionError:[Errno13] Permission denied: Path