-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: enabled 'on' keyword for groupby(..).resample() #15326
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
Conversation
Codecov Report@@ Coverage Diff @@
## master #15326 +/- ##
==========================================
+ Coverage 86.32% 86.33% +<.01%
==========================================
Files 141 141
Lines 51163 51164 +1
==========================================
+ Hits 44169 44170 +1
Misses 6994 6994
Continue to review full report at Codecov.
|
thanks @verhalenn changed slightly to put in a more logical place. we have had this dichotomy between @chrisaycock @jorisvandenbossche worth deprecating |
Makes sense to me. Consistent parameter names makes things easy. |
I would personally just leave this. |
ok, so split opinion! going to make an issue in any event. |
closes pandas-dev#15021 Author: Nicholas Ver Halen <[email protected]> Closes pandas-dev#15326 from verhalenn/issue15021 and squashes the following commits: 9fc3b4f [Nicholas Ver Halen] Updated the whatsnew for issue 15021 ec1f316 [Nicholas Ver Halen] Created a test for GH 15021 b8b10b0 [Nicholas Ver Halen] Added the on arg to resample on a grouped dataframe.
git diff upstream/master | flake8 --diff