-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
replace _msgpack with _pyarrow #28944
Comments
i believe the docs were recently updated (or at least the deprecation message) would take a read_arrow method; think we have an open issue about this |
cant find the open issue, did find the doc PR ( #28494 ), that seems fair |
was an old PR welcome to have you revive it |
will do, thanks |
msgpack is deprecated #30112 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After finding out the future of read/to_msgpack and on-the-wire transmission of pandas objects in #28388 and #28388, as I understand there will be no fast way to do:
I think a lot of users would welcome the XY: pyarrow (or simply arrow) function to replace the current msgpack version. This could be done with a few wrappers over pyarrow pandas serialization functions. Testing and maintaining might seem daunting, but as I see it, the arrow project is quite committed to maintaining pandas compatibility.
However, if this is too much, at the very least a doc upgrade should address this, as currently it is not very easy to find the closest thing reproducing the top example.
I would be happy to post a PR with either, just pick one, and if the first one seems viable then the extent of necessary testing should be determined.
btw, my current method of replicating the above behavior is
The text was updated successfully, but these errors were encountered: