Elect second column from grouped dataframe which is not in groupby

后端 未结 0 472
盖世英雄少女心
盖世英雄少女心 2020-12-12 23:40

I wrote this code from grouping by column:

df[["Access code", "Points"]].groupby("Access code").sum()

And got t

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