目录 图解“split-apply-combine” 数据的分类split: groupby() 以column进行分组 以index进行分组 分组遍历 数据的应用apply: aggregate() agg() 数据的转译tansformaton: transform() 数据的过滤filteration: filter() 数据透视表 pivot() pivot_table() crosstab() 图解“split-apply-combine” 相关文章: 2022-12-23 2021-05-21 2022-12-23 2022-12-23 2021-04-13 2022-12-23 2021-05-21 2022-01-14