How do I merge rows in a pandas DataFrame while ignoring specified values and checking for conflicts?

后端 未结 0 566
無奈伤痛
無奈伤痛 2021-01-22 08:50

I have dataframes that look like this:

  id src col1 col2 col3
0  a   x    5    x    1
1  b   a    5    n    3
2  c   a             


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