df['column name'] = df['column name'].str.replace('old character','new character') ... So the complete Python code to perform the replacement is as follows:
確定! 回上一頁