-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[SPARK-52897][PYTHON] Update pandas
to 2.3.1
#51579
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
Conversation
pandas
to 2.3.1pandas
to 2.3.1
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.
@HyukjinKwon are there another to that we need to update I get this now
|
dev/infra/Dockerfile
Outdated
@@ -91,10 +91,10 @@ RUN mkdir -p /usr/local/pypy/pypy3.10 && \ | |||
ln -sf /usr/local/pypy/pypy3.10/bin/pypy /usr/local/bin/pypy3.10 && \ | |||
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 |
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.
this file is only used for old branches, let's skip it
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.
ok, I change all pandas==2.3.1 to pandas==2.3.0 in this file.
@zhengruifeng I updated pandas version in the dev/spark-test-image/docs/Dockerfile and now all tests passes. |
pandas
to 2.3.1pandas
to 2.3.1
LGTM! |
Merged to master, thank you @bjornjorgensen and all |
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.