-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: adding new test for groupby cumsum with named aggregate #50033
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
TST: adding new test for groupby cumsum with named aggregate #50033
Conversation
seanjedi
commented
Dec 3, 2022
•
edited
Loading
edited
- closes BUG: not possible to 'cumsum' Timedelta with named aggregation #41720
- Tests added and passed if fixing a bug or adding a new feature
- All code checks passed.
- Added type annotations to new arguments/methods/functions.
…imedelta_with_named_aggregation
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.
Looking good! Some requests below. In general, you don't need to use the exact code that's in the issue; it's best to clean up and simplify the example in the issue when possible.
…imedelta_with_named_aggregation
…imedelta_with_named_aggregation
…imedelta_with_named_aggregation
…th_named_aggregation' of https://github.com/seanjedi/pandas into seanjedi/41720_test_adding_test_for_cumsum_Timedelta_with_named_aggregation
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.
lgtm
Thanks @seanjedi! |