mindpandas.GroupBy
GroupBy将需要分组的DataFrame或Series按数值分组,并返回DataFrameGroupBy或SeriesGroupBy类。
GroupBy API
MindPandas GroupBy API |
Pandas API |
支持平台 |
---|---|---|
mindpandas.GroupBy.all |
CPU |
|
mindpandas.GroupBy.any |
CPU |
|
mindpandas.GroupBy.count |
CPU |
|
mindpandas.GroupBy.groups |
CPU |
|
mindpandas.GroupBy.indices |
CPU |
|
mindpandas.GroupBy.max |
CPU |
|
mindpandas.GroupBy.min |
CPU |
|
mindpandas.GroupBy.ngroup |
CPU |
|
mindpandas.GroupBy.prod |
CPU |
|
mindpandas.GroupBy.size |
CPU |
|
mindpandas.GroupBy.sum |
CPU |