Pandas - Assertion Error aggregating with max

前端 未结 0 1658
执念已碎
执念已碎 2020-12-01 13:29

I have been doing this series of aggregations for months now, with no error whatsoever.

goals = df.groupby(\'name\').sum()[\'G\']
assists = df.groupby(\'name\         


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