Skip to content

DOC: Clarify to_numeric behavior for numeric dtypes #61904

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

chilin0525
Copy link
Contributor

@chilin0525 chilin0525 changed the title Doc: Clarify to_numeric behavior for numeric dtypes DOC: Clarify to_numeric behavior for numeric dtypes Jul 19, 2025
Comment on lines 61 to 62
to obtain other dtypes. Numeric dtypes include all dtypes that have
the `_is_numeric` attribute set to `True`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_is_numeric is an internal attribute, I do not think we should be mentioning it in the docs. It seems to me this sentence can be removed without loss of clarity.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @rhshadrach , resolved in 494aaad

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

Successfully merging this pull request may close these issues.

DOC: Clarify to_numeric behavior for numeric dtypes
2 participants