Aggrégations Pandas Dataframe

#These are the main aggregations that you will see used
df.agg(['mean', 'std', 'min', 'max', 'count', 'sum'])
M.U