Skip to content

Bug fix GH 29624: calling str.isalpha on empty series returns object … #29680

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 1 commit into from
Nov 17, 2019

Conversation

ellequelle
Copy link
Contributor

…dtype, not bool

Added dtype=bool argument to make _noarg_wrapper() return a bool Series

…dtype, not bool

Added dtype=bool argument to make _noarg_wrapper() return a bool Series
@jreback jreback added the Strings String extension data type and string data label Nov 17, 2019
@jreback jreback added this to the 1.0 milestone Nov 17, 2019
@jreback jreback added the Dtype Conversions Unexpected or buggy dtype conversions label Nov 17, 2019
@jreback jreback merged commit 5a0f7e9 into pandas-dev:master Nov 17, 2019
@jreback
Copy link
Contributor

jreback commented Nov 17, 2019

thanks @ellequelle very nice!

@ellequelle ellequelle deleted the boolstrm branch November 18, 2019 04:55
Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dtype Conversions Unexpected or buggy dtype conversions Strings String extension data type and string data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boolean string methods on empty Series return object dtype
2 participants