Description
- I have checked that the issue still exists on the latest versions of the docs on
master
here
Location of the documentation
- https://pandas.pydata.org/docs/dev/reference/api/pandas.DataFrame.replace.html
- https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.replace.html
- and more
Documentation problem
As title.
Suggested fix for documentation
In using sphinx experience, the following could fix that.
Note that numeric
and replaced
have the same indent level.
- numeric: numeric values equal to `to_replace` will be
- replaced with `value`
+ replaced with `value`
- numeric: numeric values equal to `to_replace` will be
replaced with `value`
My local test result.