pandas.Index.groupby#

final Index.groupby(values)[源代码]#

按给定值数组对索引标签进行分组。

参数
values阵列

用于确定组的值。

退货
DICT

{组名->组标签}