Skip to content

Documentation showing placeholders instead of text #39115

Closed
@MicaelJarniac

Description

@MicaelJarniac

Location of the documentation

pandas.DataFrame.mad

Documentation problem

The documentation is showing placeholders instead of the actual text.
Screenshot
{desc}, {axis_descr}, {name1}, {name2}, {see_also}, {examples}

pandas/pandas/core/generic.py

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 version

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions