DataFrame agregat panda
#The .agg method allows you to aggregate the values of each column of the
#dataframe based on a statistic you define.
df.agg(['mean', 'std'])
M.U
#The .agg method allows you to aggregate the values of each column of the
#dataframe based on a statistic you define.
df.agg(['mean', 'std'])