You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow passing of positional arguments in apply for Groupby objects (#2413)
* Allow passing of positional arguments to `func` in `XGroupBy.apply`
* Fix the documentation call to `func` to show the actual call.
* Add changes to whats-new.rst
* Fix typo
* Allow passing args to func from DatasetResample and DataArrayResample
* Update whats-new with Resample changes
* Add tests for func arguments in groupby
* Add tests for apply func arguments in resample
* flake8 fixes
0 commit comments