-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: Index.str.partition not nan-safe (#23558) #23618
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
BUG: Index.str.partition not nan-safe (#23558) #23618
Conversation
Hello @meiermark! Thanks for updating the PR.
Comment last updated on November 18, 2018 at 01:05 Hours UTC |
Codecov Report
@@ Coverage Diff @@
## master #23618 +/- ##
=======================================
Coverage 92.23% 92.23%
=======================================
Files 161 161
Lines 51408 51408
=======================================
Hits 47416 47416
Misses 3992 3992
Continue to review full report at Codecov.
|
deab820
to
10552b5
Compare
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.
can you add a whatsnew note (bug fixes in string section). lgtm. otherwise
cc @h-vetinari if you want to have a look. |
Not sure if this is closed intentionally or permanently. It's a valid proposal to change the output of |
Sorry for the confusion. I destroyed my branch and needed to restore it. Unfortunately, the pull request was closed by this. |
@jreback The whatsnew info was added with the last commit. |
@meiermark |
@h-vetinari I extended some tests to check #23677. Your assumption was right, it's also resolved. |
does this close both issues at the top of the PR? can you annotate a test where they are covered. also add to the whatsnew both issue numbers. |
DOC Added whatsnew message for resolved issue pandas-dev#23677
@jreback Yes, this PR closes both issues. Added comments to the tests (links to the corresponding issues) and a new whatsnew message. |
thanks @meiermark keep em coming! |
closes API/BUG: Index.str.split(expand=True) not nan-safe #23677
git diff upstream/master -u -- "*.py" | flake8 --diff