-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
BUG: Series.combine() fails with ExtensionArray inside of Series #21183
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
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7469ca9
BUG: Series.combine() fails with ExtensionArray inside of Series
gfyoung bbb6640
Merge remote-tracking branch 'upstream/master' into issue20825
Dr-Irv 339b23a
Fixes as requested by pandas maintainers
Dr-Irv 61a09e7
Fix PEP8 issues
Dr-Irv d862e83
Merge remote-tracking branch 'upstream/master' into issue20825
Dr-Irv 4c925fc
get rid of is_sequence_of_dtype
Dr-Irv 27480ac
move whatsnew from 0.23.1 to 0.24
Dr-Irv f96372e
Merge remote-tracking branch 'upstream/master' into issue20825
Dr-Irv 677fe18
remove binop changes and make it work right with scalar
Dr-Irv 9fceee7
Move test_combine tests to base class
Dr-Irv 1010cb5
Fix lint issue
Dr-Irv aceea9f
Change NotImplemented to NotImplementedError
Dr-Irv 79506ac
Merge remote-tracking branch 'upstream/master' into issue20825
Dr-Irv 0e4720b
put in keyword arg for na_value_for_dtype
Dr-Irv 2a21117
Merge remote-tracking branch 'upstream/master' into issue20825
Dr-Irv e08f832
Merge branch 'master' of github.com:Dr-Irv/pandas into issue20825
Dr-Irv d3ed2c7
cosmetic changes. fix test_add for category
Dr-Irv 4ca28b2
Doc changes
Dr-Irv File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
move whatsnew from 0.23.1 to 0.24
- Loading branch information
commit 27480ac48df566fb553f44fe16fc8facff27e25e
There are no files selected for viewing
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
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
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.
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.
be positive. say it works!
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.
fixed