-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations
Milestone
Description
The generic function .mad()
calculates the mean absolute difference of a set of data, but in some cases the median absolute difference is more appropriate. In R
, the mad()
function accepts a center
argument to specify how the average absolute difference should be calculated. I propose to add the same to the pandas function.
michaeldorner and d-kleineH2CO3
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasNumeric OperationsArithmetic, Comparison, and Logical operationsArithmetic, Comparison, and Logical operations