How to aggregate text in pandas according to another column name

后端 未结 0 733
悲哀的现实
悲哀的现实 2020-12-06 14:40

I want to aggregate the text column of all the identical names. e.g.

I have:

df = pd.DataFrame([[\'Tom\', \'good\', 3],
                   [\'Jack\', \         


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