-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasGroupbyNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Milestone
Description
For sum
, prod
, count
, etc. there is a parameter level
which is internally rewritten into groupby
.
I propose that the level
parameter for these aggregations be deprecated and instead recommend to users that they use the groupby
syntax.
The functions that would be affected are:
- any
- all
- count
- sum
- prod
- max
- min
- mean
- median
- skew
- kurt
- sem
- var
- std
- mad
I believe this list is comprehensive.
rhshadrach, adaitche and ssche
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasGroupbyNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations