标签: python pandas replace
以下是替换列中所有匹配的字符串的方法:
x['Series'] = x['Series'].str.replace("IONIQ HYBRID", 'IONIQ_HYBRID', regex = True)