-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Minor addition to str.split #46027
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: Minor addition to str.split #46027
Conversation
ChrisAlbertsen
commented
Feb 16, 2022
•
edited
Loading
edited
- Closes BUG: Series.str.strip() removes numeric and bool values instead of only string whitespace #44867
- Added an entry in whatsnew
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.
Could you maybe add an example?
Nice idea. I'm thinking that it might be preferable to incorporate the method's behaviour in the already existing examples rather than adding new examples to show it off. Or am I wrong in this? |
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 @ChrisAlbertsen |
* DOC: Minor addition to str.split * Make Series uppercase and NaN plural * example suggestion for method behaviour * allign Series values in hopes of passing tests * fixed lowercase Nan typing error