-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
available for hackingThis issue has not been claimed by any individual.This issue has not been claimed by any individual.enhancementNew feature or requestNew feature or requestgood advanced issueIssues that would require Python trickery to get an elegant implementationIssues that would require Python trickery to get an elegant implementationgood intermediate issueIssues that are good for seasoned programmers to make a contributionIssues that are good for seasoned programmers to make a contribution
Description
It would be nice to be able to add functionality to the Pandas GroupBy
objects: GroupBy
, DataFrameGroupBy
, SeriesGroupBy
. There's no convenient accessor interface to do this, but maybe there's a way to reliably monkeypatch them. This would allow us to create nifty aggregation / apply functions and avoid the .groupby(...).apply()
route for tasks we may encounter routinely. It could also potentially open up opportunities to speed up such operations... .groupby().apply()
can often be slow for large numbers of groups.
Metadata
Metadata
Assignees
Labels
available for hackingThis issue has not been claimed by any individual.This issue has not been claimed by any individual.enhancementNew feature or requestNew feature or requestgood advanced issueIssues that would require Python trickery to get an elegant implementationIssues that would require Python trickery to get an elegant implementationgood intermediate issueIssues that are good for seasoned programmers to make a contributionIssues that are good for seasoned programmers to make a contribution