Skip to content
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

BUG Fix for Add numeric_only to function signature of DataFrameGroupBy.cumprod and `DataFrameGroupBy.cumsum #59427

Merged
merged 7 commits into from
Aug 6, 2024

Conversation

maushumee
Copy link
Contributor

@maushumee maushumee commented Aug 6, 2024

@maushumee maushumee marked this pull request as ready for review August 6, 2024 15:13
@maushumee
Copy link
Contributor Author

Hello! I have made changes to include 'numeric_only' flag in the function parameters as described in the issue description scope. Please let me know if we need to also have 'skipna' in the function parameters and remove *args and **kwargs entirely. Thank you!

maushumee and others added 2 commits August 6, 2024 16:06
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
@mroeschke mroeschke added this to the 3.0 milestone Aug 6, 2024
@mroeschke mroeschke merged commit aa134bb into pandas-dev:main Aug 6, 2024
39 of 45 checks passed
@mroeschke
Copy link
Member

Thanks @maushumee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Add numeric_only to function signature of DataFrameGroupBy.cumprod and `DataFrameGroupBy.cumsum
2 participants