Skip to content

More flexible multiple function application with DataFrameGroupBy #642

@wesm

Description

@wesm

cc @arthurgerigk

Something of this nature would be nice:

df.groupby(['A', 'B']).agg({'C' : [np.mean, np.std]})

Would also be nice to add some options to agg for what to do with the input dict (by default targets columns)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions