[SPARK-53357][PYTHON] Update pandas to 2.3.2#52100
Closed
bjornjorgensen wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-53357][PYTHON] Update pandas to 2.3.2#52100bjornjorgensen wants to merge 1 commit intoapache:masterfrom
pandas to 2.3.2#52100bjornjorgensen wants to merge 1 commit intoapache:masterfrom
Conversation
pandas to 2.3.2
pandas to 2.3.2pandas to 2.3.2
zhengruifeng
approved these changes
Aug 25, 2025
Contributor
|
merged to master |
Contributor
Author
|
@zhengruifeng Thank you :) |
Contributor
|
Hi @bjornjorgensen @zhengruifeng @HyukjinKwon , let's make sure we have clear PR description for such changes. It's only upgrading the pandas version in the CI machines (and doc generation), which does not affect productions at all. The PR title reads very similar to other Java dependency upgrade PRs, but they are completely different. |
Contributor
Author
|
@cloud-fan pandas api on spark does use pandas a lot. |
Member
|
I think the point is to explicitly mention that this PR does not upgrade the minimum version of pandas itself, and it won't be a breaking change. |
Contributor
|
Yes, it seems like a test-only change to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Upgrading from pandas 2.3.1 to pandas 2.3.2
Why are the changes needed?
Release Github
Release notes
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass CI tests
Was this patch authored or co-authored using generative AI tooling?
No