-
Notifications
You must be signed in to change notification settings - Fork 670
FEAT-#2375: implementation of multi-column groupby aggregation #2461
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
24 commits
Select commit
Hold shift + click to select a range
7b3ed3c
FEAT-#2375: draft implementation of multi-column groupby agg
dchigarev fe7cf95
FEAT-#2375: bug fixing
dchigarev 2ec80ba
FEAT-#2375: code cleaning
dchigarev 5caaa72
FEAT-#2375: removed unused code
dchigarev 74644b5
FEAT-#2375: fix failing lookup for Series objects at OmniSci backend
dchigarev 8ad50fb
FEAT-#2375: 'try_cast_to_pandas' squeeze parameter added
dchigarev 7a6ac46
FEAT-#2375: fix BaseOnPython tests
dchigarev bc921c8
FEAT-#2375: code cleaning
dchigarev fad766d
FEAT-#2375: 'squeeze' warning fixed
dchigarev b030342
FEAT-#2375: revert some changes
dchigarev ceb61b0
FEAT-#2375: addressing comments
dchigarev 4715782
FEAT-#2375: revert some changes
dchigarev 62f5eb3
FEAT-#2375: fixed cases where aggregation returns Series
dchigarev 70d1e4d
FEAT-#2375: optimized 'dict-agg' case by adding 'apply_indices' param
dchigarev 9f2cade
FEAT-#2375: fixed cases when 'func' in 'apply' was built-in
dchigarev 835732a
FEAT-#2375: addressing comments
dchigarev 1681ea9
FEAT-#2375: doc fixing
dchigarev f233e90
FEAT-#2375: added failing tests
dchigarev 2321186
FEAT-#2375: bug fixing
dchigarev 39faca8
FEAT-#2375: typo fixes
dchigarev db5ab68
FEAT-#2375: fixed groupby.size at base backend
dchigarev 047ec19
FEAT-#2375: removed unnecessary 'drop' in '_apply_agg_function'
dchigarev 7474170
FEAT-#2375: removed unused code
dchigarev 6558f86
FEAT-#2375: addressing comments
dchigarev 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
Oops, something went wrong.
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.