Some joker made a Lotus database/applet thingy for tracking engineering issues in our company. The joke is that the key piece of information was named with a special charac
Instead we can use lamda functions for removing special characters in the column
df2=df1.rename(columns=lambda x:x.strip('*'))