Skip to content

BUG: Series.round raising for nullable bool dtype #56767

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 3 commits into from
Jan 8, 2024

Conversation

phofl
Copy link
Member

@phofl phofl commented Jan 7, 2024

@phofl phofl added the NA - MaskedArrays Related to pd.NA and nullable extension arrays label Jan 7, 2024
@phofl phofl requested a review from mroeschke January 7, 2024 18:16
@mroeschke mroeschke added this to the 2.2 milestone Jan 8, 2024
@mroeschke mroeschke merged commit fa74517 into pandas-dev:main Jan 8, 2024
@mroeschke
Copy link
Member

Thanks @phofl

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 8, 2024
@phofl phofl deleted the 55936 branch January 8, 2024 21:33
mroeschke pushed a commit that referenced this pull request Jan 8, 2024
…lable bool dtype) (#56782)

Backport PR #56767: BUG: Series.round raising for nullable bool dtype

Co-authored-by: Patrick Hoefler <[email protected]>
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* BUG: Series.round raising for nullable bool dtype

* Fix typing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NA - MaskedArrays Related to pd.NA and nullable extension arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Rounding on BooleanDtype raises an exception
2 participants