-
Notifications
You must be signed in to change notification settings - Fork 3.7k
GH-15070: [Python][CI] Compatibility with pandas 2.0 #34878
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
GH-15070: [Python][CI] Compatibility with pandas 2.0 #34878
Conversation
@github-actions crossbow submit test-conda-python-3.8-pandas-nightly test-conda-python-3.9-pandas-upstream_devel |
Revision: b5549d3 Submitted crossbow builds: ursacomputing/crossbow @ actions-7ff36ba325
|
Benchmark runs are scheduled for baseline = a84a39b and contender = c4057bd. c4057bd is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
) ### What changes are included in this PR? - The issue with numpy 1.25 in the assert equal helper was fixed in pandas 1.5.3 -> removing the skip (in theory can still run into this error when using an older pandas version with the latest numpy, but that's not something you should do) - Casting tz-aware strings to datetime64[ns] was not fixed in pandas (pandas-dev/pandas#50140) -> updating our implementation to work around it - Casting to numpy string dtype (pandas-dev/pandas#50127) is not yet fixed -> updating the skip ### Are there any user-facing changes? No * Closes: apache#15070 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
) ### What changes are included in this PR? - The issue with numpy 1.25 in the assert equal helper was fixed in pandas 1.5.3 -> removing the skip (in theory can still run into this error when using an older pandas version with the latest numpy, but that's not something you should do) - Casting tz-aware strings to datetime64[ns] was not fixed in pandas (pandas-dev/pandas#50140) -> updating our implementation to work around it - Casting to numpy string dtype (pandas-dev/pandas#50127) is not yet fixed -> updating the skip ### Are there any user-facing changes? No * Closes: apache#15070 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
What changes are included in this PR?
Are there any user-facing changes?
No