8000 BUG: Index.str.partition not nan-safe (#23558) by meiermark · Pull Request #23618 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

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

Merged
merged 11 commits into from
Nov 18, 2018
Merged
Prev Previous commit
Next Next commit
Code review: added whatsnew entry
  • Loading branch information
meiermark committed Nov 11, 2018
commit 213e7b6b434c4c508df2e63c3db3346fb7abdb03
2 changes: 1 addition & 1 deletion doc/source/whatsnew/v0.24.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1192,7 +1192,7 @@ Numeric
Strings
^^^^^^^

-
- BUG Index.str.partition not nan-safe (:issue:`23558`)
-
-

Expand Down
0