-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DEPR: msgpack #27084
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
Comments
* DEPR: deprecate msgpack support closes #27084 * warnings in docs * review comments
😂 |
so what is good format to follow with pandas library now ? |
@UlionTse , but we can't save mutiple dataframe to one file. |
msgpack uses the internal format on the wire. this makes for only pandas producers and consumers, but with
pyarrow
support now fully handling this case (and better performing), it is time to deprecate msgpack.The text was updated successfully, but these errors were encountered: