I am using Python and Pandas. I want the processed dataframe to be saved in a read-only csv file, such that people can open and look at it but can not modify and resave/overwrite the existing csv file?
I check the documentation, it doesn't seem to have that option. Any work-around for this?