python dataframe replace all occurrences of a value with another code example Example: replace column values pandas df['column'] = df['column'].str.replace(',','-') df