how to change the value of column in dataframe code example Example: replace column values pandas df['column'] = df['column'].str.replace(',','-') df