[SPARK-52897][PYTHON] Update pandas to 2.3.1#51579
Closed
bjornjorgensen wants to merge 4 commits intoapache:masterfrom
Closed
[SPARK-52897][PYTHON] Update pandas to 2.3.1#51579bjornjorgensen wants to merge 4 commits intoapache:masterfrom
pandas to 2.3.1#51579bjornjorgensen wants to merge 4 commits intoapache:masterfrom
Conversation
pandas to 2.3.1pandas to 2.3.1
Contributor
Author
HyukjinKwon
reviewed
Jul 20, 2025
Contributor
Author
|
@HyukjinKwon are there another to that we need to update I get this now |
dev/infra/Dockerfile
Outdated
| ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3 | ||
| RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3 | ||
| RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.0' scipy coverage matplotlib lxml | ||
| RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas==2.3.1' scipy coverage matplotlib lxml |
Contributor
There was a problem hiding this comment.
this file is only used for old branches, let's skip it
Contributor
Author
There was a problem hiding this comment.
ok, I change all pandas==2.3.1 to pandas==2.3.0 in this file.
Contributor
Author
|
@zhengruifeng I updated pandas version in the dev/spark-test-image/docs/Dockerfile and now all tests passes. |
yaooqinn
approved these changes
Jul 22, 2025
xinrong-meng
approved these changes
Jul 22, 2025
pandas to 2.3.1pandas to 2.3.1
Member
|
LGTM! |
Member
|
Merged to master, thank you @bjornjorgensen and all |
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.0 to pandas==2.3.1
Why are the changes needed?
Release Github
Release notes
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA
Was this patch authored or co-authored using generative AI tooling?
No.