Skip to content

Incomplete reference to convert_dtypes in to_numeric docstring #32295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
onietosi opened this issue Feb 27, 2020 · 1 comment · Fixed by #32333
Closed

Incomplete reference to convert_dtypes in to_numeric docstring #32295

onietosi opened this issue Feb 27, 2020 · 1 comment · Fixed by #32333
Assignees
Milestone

Comments

@onietosi
Copy link

onietosi commented Feb 27, 2020

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.

@jqmviegas
Copy link
Contributor

take

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants