-
Notifications
You must be signed in to change notification settings - Fork 173
[ENH] Method for adding functionality to pandas groupby #1462
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
[ENH] Method for adding functionality to pandas groupby #1462
Conversation
🚀 Deployed on https://deploy-preview-1462--pyjanitor.netlify.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-approving! Just wanted to think twice about the name pull
-- it defines the API, so it's worth thinking more deeply about this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh my, I just saw the re-review request on this one, @samukweku. My many apologies! I'm in agreement with the code changes, let's merge it!
PR Description
Please describe the changes proposed in the pull request:
jn.select
to pandas GroupBy object -df.groupby('a').select('col_*')
This PR resolves #587 .
Please tag maintainers to review.