📜  pandas 数据框聚合 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:46.964000             🧑  作者: Mango

代码示例1
#These are the main aggregations that you will see used
df.agg(['mean', 'std', 'min', 'max', 'count', 'sum'])