pyjanitor icon indicating copy to clipboard operation
pyjanitor copied to clipboard

[ENH] Method for adding functionality to pandas groupby

Open samukweku opened this issue 7 months ago • 2 comments

PR Description

Please describe the changes proposed in the pull request:

  • Create function that allows creation of methods on pandas GroupBy objects, similar to the accessors/methods we have for pd.Series/pd.DataFrame
  • Extend jn.select to pandas GroupBy object - df.groupby('a').select('col_*')

This PR resolves #587 .

Please tag maintainers to review.

  • @ericmjl

samukweku avatar Apr 08 '25 01:04 samukweku

🚀 Deployed on https://deploy-preview-1462--pyjanitor.netlify.app

ericmjl avatar Apr 08 '25 01:04 ericmjl

@ericmjl can I get your review again for #1460

samukweku avatar Apr 10 '25 04:04 samukweku