-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
ENH/PERF: enable column-wise reductions for EA-backed columns #32867
Closed
jorisvandenbossche
wants to merge
27
commits into
pandas-dev:master
from
jorisvandenbossche:EA-column-wise-reductions
Closed
Changes from 3 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a9ca0fa
ENH/PERF: enable column-wise reductions for EA-backed columns
jorisvandenbossche 21aee0d
fix numeric_only for EAs
jorisvandenbossche 9f83f6e
fix _reduce_columns call
jorisvandenbossche a9706e0
move EA._reduce call into blk_func
jorisvandenbossche 07372e3
reuse blk_func for column-wise, inline _iter_arrays
jorisvandenbossche 2d08450
temp
jorisvandenbossche c7f1dae
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 9e2a780
first attempts of going block-wise with numeric_only=None
jorisvandenbossche 7f847e8
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 594d2b0
TEMP
jorisvandenbossche 3d62e68
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 5b0370e
use iter_column_arrays
jorisvandenbossche 6e3c287
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 7088cfc
intermediate clean-up: remove BM.reduce changes + do column-wise for …
jorisvandenbossche 925d660
fixup
jorisvandenbossche 852331e
fix dtype of empty result
jorisvandenbossche 1c9a685
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 34731f2
clean-up
jorisvandenbossche a8e61d0
whitespace
jorisvandenbossche f233109
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche ec65c57
Merge remote-tracking branch 'upstream/master' into EA-column-wise-re…
jorisvandenbossche 15ec9b6
add test case for GH34520, copied from GH35112
jorisvandenbossche 2653d02
add test to ensure EA op is used for integer array
jorisvandenbossche 64e0069
remove try except
jorisvandenbossche bb0a47b
remove unused code
jorisvandenbossche 9323f0e
add test for GH32651, copied from GH34210
jorisvandenbossche eb33f86
remove check for EAs for block-wise path
jorisvandenbossche 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
There are no files selected for viewing
This file contains 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 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 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 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.
typing args a +