I have some columns in a data frame with column names of CO₂.I want to change this to CO2 (no subscripts). How can I do this? in the data table, it reads as CO2
and when I print column names, it reads as CO₂.
I tried following code but it refuses to change.