1、groupby
但【 df.set_index([‘Gender‘,‘School‘]).groupby(level=1,axis=0).get_group(‘S_1‘).head() 这里的level没有看懂】
2、apply
DataWhale 学习pandas 1-03 分组
原文:https://www.cnblogs.com/haiyanli/p/13167331.html