How to replace a string in a column based on the value of another column?

后端 未结 0 1718
遇见更好的自我
遇见更好的自我 2021-02-02 05:01

I have this dataframe:

df = pd.DataFrame([[\'US123\',\'1111\'],\\
                   [\'CA456\', \'2222\'],\\
                   [\'US123\', \'3333\'],\\
                 


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题