-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
DocsRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version
Milestone
Description
Location of the documentation
Documentation problem
The documentation is showing placeholders instead of the actual text.
{desc}
, {axis_descr}
, {name1}
, {name2}
, {see_also}
, {examples}
Lines 10890 to 10901 in 3e89b4c
@doc( | |
NDFrame.mad, | |
desc="Return the mean absolute deviation of the values " | |
"over the requested axis.", | |
name1=name1, | |
name2=name2, | |
axis_descr=axis_descr, | |
see_also="", | |
examples="", | |
) | |
def mad(self, axis=None, skipna=None, level=None): | |
return NDFrame.mad(self, axis, skipna, level) |
Metadata
Metadata
Assignees
Labels
DocsRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version