Closed
Description
In the pandas.to_numeric
documentation page, in the See also section, convert_dtypes
has no link attached to it.
I am not familiar with contributing to the docs but I believe this is because the docstring of to_numeric
refers to convert_dtypes
instead of DataFrame.convert_dtypes
.
pandas/pandas/core/tools/numeric.py
Lines 67 to 73 in 29d6b02