Skip to content

Grouping with Multiple Aggregations #16

Description

@s2t2

Add example like this where we use the agg method to specify multiple aggregation methods:

df.groupby("Date")["AdjustedClose"].agg(["mean", "min", "max"])

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions