-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for grouping by multiple columns when doing a reduct… (#987)
* Resolves #75 * Adds support for grouping by multiple columns. * Does this grouping by broadcasting the columns. * A preliminary performance evaluation shows that it is significantly faster than before, but still has some room for improvement. * Minimal code changes to add this new feature. * We still default to pandas when the user is looping over the dataframe * Even though this is common, it is exceptionally hard to optimize, and out of scope for this PR.
- Loading branch information
1 parent
7874281
commit 08f9af5
Showing
4 changed files
with
51 additions
and
24 deletions.
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