目录
- 图解“split-apply-combine”
- 数据的分类split:
- groupby()
- 以column进行分组
- 以index进行分组
- 分组遍历
- groupby()
- 数据的应用apply:
- aggregate()
- agg()
- 数据的转译tansformaton:
- transform()
- 数据的过滤filteration:
- filter()
- 数据透视表
- pivot()
- pivot_table()
- crosstab()
图解“split-apply-combine”
时间: 2024-10-15 05:11:54