pandas.core.groupby.DataFrameGroupBy.mad¶
-
property
DataFrameGroupBy.
mad
¶ {desc}
- Parameters
- axis{axis_descr}
Axis for the function to be applied on.
- skipnabool, default None
Exclude NA/null values when computing the result.
- levelint or level name, default None
If the axis is a MultiIndex (hierarchical), count along a particular level, collapsing into a {name1}.
- Returns
- {name1} or {name2} (if level specified) {see_also} {examples}