Groupby
GroupBy objects are returned by groupby calls: danfo.DataFrame.groupby()
Indexing, iteration
Construct DataFrame from group with provided name.
Function application
Aggregate using one or more operations over the specified axis.
Computations / descriptive stats
Compute count of group, excluding missing values.
Cumulative max for each group.
Cumulative min for each group.
Cumulative product for each group.
Cumulative sum for each group.
Compute max of group values.
Compute mean of groups, excluding missing values.
Compute min of group values.
Compute standard deviation of groups, excluding missing values.
Compute sum of group values.
Compute variance of groups, excluding missing values.
Last updated
Was this helpful?