Skip to content

DEPR: mad (mean absolute difference) functions #11787

Closed
@aechase

Description

@aechase

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DeprecateFunctionality to remove in pandasNumeric OperationsArithmetic, Comparison, and Logical operations

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions