-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Update compute_dict_like to get all columns #58452
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
Update compute_dict_like to get all columns #58452
Conversation
75f593e
to
e8f3172
Compare
b2ee3b4
to
79a8ea6
Compare
c0ddcdd
to
31b05af
Compare
Thank you for the review, I have added comments as per the review. |
Thanks for the patience here @undermyumbrella1 - I should be able to get to this by Friday. |
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.
The logic in the for loop that I was trying to change looks good. In general it'd be best if we didn't have to split up a DataFrame into Series for performance, but to flexibly handle all the different cases we need to it doesn't seem possible to me.
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
@undermyumbrella1 - looks like some unrelated failures, can you merge main to make sure. |
Thanks @undermyumbrella1 |
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.