I have a DataFrame using pandas and column labels that I need to edit to replace the original column labels.
I\'d like to change the column names in a DataFrame
As documented in Working with text data:
df.columns = df.columns.str.replace('$','')