Skip to content

Bug fix - groupby sum removed columns #46342

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

Closed

Conversation

weikhor
Copy link
Contributor

@weikhor weikhor commented Mar 12, 2022

@pep8speaks
Copy link

pep8speaks commented Mar 14, 2022

Hello @weikhor! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2022-03-14 14:40:29 UTC

@@ -2179,6 +2179,14 @@ def sum(
npfunc=np.sum,
)

if isinstance(result, DataFrame):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

umm why would this be fix?

@weikhor
Copy link
Contributor Author

weikhor commented Mar 19, 2022

I close this since I stuck this for long time. I get simpler task. Thank for review.

@weikhor weikhor closed this Mar 19, 2022
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: groupby.sum removed columns in case sequential calls of several groupby.sum
3 participants