-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ENH/BUG: Use Kleene logic for groupby any/all #40819
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 all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
088ca14
WIP
mzeitlin11 2554921
TSTS: Consolidate groupby any, all
mzeitlin11 9a8f9c9
Fixture fixup
mzeitlin11 5ca9c4b
Unmove test
mzeitlin11 68fd995
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 6530491
Merge branch 'tst/any_all' into enh/any_all_kleene
mzeitlin11 26146c2
Add initial tests
mzeitlin11 20f475d
Add whatsnew, bench
mzeitlin11 924b38e
Clean up edge case
mzeitlin11 423f43f
Fix typo
mzeitlin11 b1408ac
Avoid copy if possible
mzeitlin11 47ef037
Fix old level test
mzeitlin11 4415060
Precommit fixup
mzeitlin11 bb04c1c
Clean up print
mzeitlin11 9c90886
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 ef3fbe2
precommit fixup
mzeitlin11 f4c8a8a
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 1c3cb7d
Split out test
mzeitlin11 7cbf85b
Split whatsnew
mzeitlin11 809b8a4
whatsnew typo
mzeitlin11 58fd33a
Modify dispatch, add mixed test
mzeitlin11 80a65bb
Fix post proc check
mzeitlin11 c9b9d5f
Address review comments
mzeitlin11 7514568
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 740ad7b
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 a116bed
Name arguments better
mzeitlin11 8a428d4
Use -1 as mask signal
mzeitlin11 8e3c5be
Consistent typing
mzeitlin11 b627618
Don't use inspect
mzeitlin11 23b3b64
precommit fixup
mzeitlin11 a30496c
Clean up docstring
mzeitlin11 3051a99
Merge remote-tracking branch 'origin/master' into enh/any_all_kleene
mzeitlin11 4cd2833
Update doc/source/whatsnew/v1.3.0.rst
mzeitlin11 98cd401
Update doc/source/whatsnew/v1.3.0.rst
mzeitlin11 a92c637
Update doc/source/whatsnew/v1.3.0.rst
mzeitlin11 7c5c8e6
Update pandas/tests/groupby/test_any_all.py
mzeitlin11 c66d1fd
Update pandas/tests/groupby/test_any_all.py
mzeitlin11 0950234
Merge branch 'master' into enh/any_all_kleene
mzeitlin11 c81c1a5
Simplify teasts
mzeitlin11 d2b8ad0
Merge branch 'enh/any_all_kleene' of github.com:/mzeitlin11/pandas in…
mzeitlin11 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 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.