how to replace a column in dataset python code example Example: replace column values pandas df['column'] = df['column'].str.replace(',','-') df