-
Notifications
You must be signed in to change notification settings - Fork 71
[REVIEW] Fast path when possible for non numeric aggregation #236
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
charlesbluca
merged 15 commits into
dask-contrib:main
from
VibhuJawa:fix_groupby_datetime
Oct 12, 2021
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
5363ade
added extra check for datetime
VibhuJawa 07ad74a
cleaned_up_code
VibhuJawa 4239b4e
added check for string
VibhuJawa 86b3132
added check for cudfDtype and PandasDtype
VibhuJawa b014dc5
fixed preference for native vs custom agg
VibhuJawa 89822d9
removed first from agg
VibhuJawa ea48c7a
added StringDtype to test_compatibility.py
VibhuJawa bb51125
added better comment for why we take a different code path with Strin…
VibhuJawa 6598259
added test for datetime
VibhuJawa 9dccdc4
changed native to built in
VibhuJawa 57be03d
made docstring cleaner
VibhuJawa 8c8c305
removed unused import
VibhuJawa 8798704
Trigger Build
VibhuJawa e811e54
Merge branch 'dask-contrib:main' into fix_groupby_datetime
VibhuJawa 3eb6f4b
Minor typo
charlesbluca 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
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.