Pandas groupy aggregate/apply specific functions to specific columns (np.sum, sum)

后端 未结 0 1436
天涯浪人
天涯浪人 2021-01-21 01:32

I have the following dataframe:

df = pd.DataFrame([{\'name\': \'John\', \'counter\' : [1,1,3,5]},{\'name\': \'John\', \'counter\' : [2,0,1,5]},{\'name\': \'John\'         


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