-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
Update PyArrow conversion and arrow/parquet tests for pyarrow 19.0 #60716
Update PyArrow conversion and arrow/parquet tests for pyarrow 19.0 #60716
Conversation
Thanks for tackling this. Maybe we should also have a note in our string guide about preferring PyArrow > 19 to ensure better type preservation? |
Merging to get the CI to green. Happy to have the doc note about Pyarrow interop in a follow up PR |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
…andas-dev#60716) * Update PyArrow conversion and arrow/parquet tests for pyarrow 19.0 * update pypi index * extra filterwarnings * more test updates * temp enable infer_string option * Adapt test_get_handle_pyarrow_compat for pyarrow 19 * Use pa_version_under19p0 in test_get_handle_pyarrow_compat * Adjust test_string_inference for using_infer_string * Fix test_string_inference for feather --------- Co-authored-by: Matthew Roeschke <[email protected]> (cherry picked from commit 5efac82)
…r pyarrow 19.0 (#60716) (#60755) Co-authored-by: Matthew Roeschke <[email protected]> (cherry picked from commit 5efac82) * fixup * don't hardcode object dtype * also enable CoW when enabling future.infer_string
@mroeschke thanks for finishing this! Manual backport -> #60755 |
…andas-dev#60716) * Update PyArrow conversion and arrow/parquet tests for pyarrow 19.0 * update pypi index * extra filterwarnings * more test updates * temp enable infer_string option * Adapt test_get_handle_pyarrow_compat for pyarrow 19 * Use pa_version_under19p0 in test_get_handle_pyarrow_compat * Adjust test_string_inference for using_infer_string * Fix test_string_inference for feather --------- Co-authored-by: Matthew Roeschke <[email protected]>
With the upcoming pyarrow 19.0, it should start returning the future default string dtype itself, which will require some (test) changes on our side.