Skip to content

Incomplete reference to convert_dtypes in to_numeric docstring #32295

Closed
@onietosi

Description

@onietosi

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.

See Also
--------
DataFrame.astype : Cast argument to a specified dtype.
to_datetime : Convert argument to datetime.
to_timedelta : Convert argument to timedelta.
numpy.ndarray.astype : Cast a numpy array to a specified type.
convert_dtypes : Convert dtypes.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions