-
-
Notifications
You must be signed in to change notification settings - Fork 18.9k
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
DOC: Clarify to_numeric behavior for numeric dtypes #61904
Conversation
pandas/core/tools/numeric.py
Outdated
to obtain other dtypes. Numeric dtypes include all dtypes that have | ||
the `_is_numeric` attribute set to `True`. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @chilin0525 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks @chilin0525! |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.