escodrinyar.Agg2d#
- class escodrinyar.Agg2d(func='mean')#
Aggregate data along the values axis using given method.
- Parameters:
- funcstr or callable
Name of a
pandas.Seriesmethod or a vector -> scalar function.
Aggregate data along the values axis using given method.
Name of a pandas.Series method or a vector -> scalar function.