-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-46166][PS] Implementation of pandas.DataFrame.any with axis=1 #53096
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
base: master
Are you sure you want to change the base?
[SPARK-46166][PS] Implementation of pandas.DataFrame.any with axis=1 #53096
Conversation
…is=1 Signed-off-by: Devin Petersohn <[email protected]>
Signed-off-by: Devin Petersohn <[email protected]>
Signed-off-by: Devin Petersohn <[email protected]>
holdenk
left a comment
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.
Thanks for working on this! Quick question regarding the validate change :) CC @HyukjinKwon who mentioned being interested in reviewing this when we chatted :)
Signed-off-by: Devin Petersohn <[email protected]>
|
I believe that all comments so far have been addressed. Any other changes needed to get this across the finish line? |
|
LGTM let me leave it to @holdenk to merge |
|
LGTM I'll merge it this week (currently on a work trip) :) |
holdenk
left a comment
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
huaxingao
left a comment
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
What changes were proposed in this pull request?
New parameter
axis=1support forpandas.DataFrame.anyWhy are the changes needed?
To introduce
axis=1Does this PR introduce any user-facing change?
Yes,
anywill now supportaxis=1.How was this patch tested?
Locally, new tests
Was this patch authored or co-authored using generative AI tooling?
No