Issues with groupby and aggregate in pandas

后端 未结 0 1844
无人共我
无人共我 2020-12-10 02:51

I\'m not sure what I\'m doing wrong here. This is my code:

df[\'PV_SUM\'] = df.groupby(\'DOCKET\').agg({\'PV\':sum})

is not returning any res

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