BUG: Allow ExtensionArray to use void dtype#61637
Merged
rhshadrach merged 14 commits intopandas-dev:mainfrom Jan 31, 2026
Merged
BUG: Allow ExtensionArray to use void dtype#61637rhshadrach merged 14 commits intopandas-dev:mainfrom
rhshadrach merged 14 commits intopandas-dev:mainfrom
Conversation
Contributor
Author
|
which |
Contributor
|
This pull request is stale because it has been open for thirty days with no activity. Please update and respond to this comment if you're still interested in working on this. |
Contributor
Author
|
yeh, I’d love to get a review. |
rhshadrach
requested changes
Jan 11, 2026
Contributor
Author
|
please feel free to edit the release notes yourself if they are in the wrong spot again, I don’t want to be stuck in a loop of
|
Member
|
@flying-sheep - mypy is failing on the added tests. Will need to be fixed.
I won't be doing this, but they indeed do need to be moved to 3.1. Other than this, looks good to me. |
Contributor
Author
|
OK, all done |
Member
|
Thanks @flying-sheep |
meeseeksmachine
pushed a commit
to meeseeksmachine/pandas
that referenced
this pull request
Jan 31, 2026
rhshadrach
pushed a commit
that referenced
this pull request
Jan 31, 2026
…void dtype) (#63959) Co-authored-by: Philipp A <[email protected]>
Aryn1102
pushed a commit
to Aryn1102/pandas
that referenced
this pull request
Jan 31, 2026
Co-authored-by: Richard Shadrach <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.kind == 'V...'is a “compound dtype” #54810doc/source/whatsnew/vX.X.X.rstfile if fixing a bug or adding a new feature.