In the data frame that I am working on, there are several columns that contain special characters such as " and ' . They are either at the end or in the beginning of the column name.
How can I get rid of them? Is there any chance to read files with these characters?
I have tried several options, however, it did not work.
Examples of the columns are following:
est_soilty_Gh''
upd_siffer_Kh'g
est_soilty_M'''
Thanks in advance for your assistance!