aqd14
2/21/2020 - 3:13 AM

Name columns with groupby and agg

Notes

# rename column by passing tuples
grouped_pct.agg([('foo', 'mean'), ('bar', np.std)])