-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Serialize numpy scalars in pd.msgpack #12500
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
hmm, I thought this should work and was tested. guess not. Should be a simple fix. Where did you encounter in the wild? I don't think you can actually do this with a pandas object (at least it won't generate a numpy scalar directly). |
I ran into it originally with |
@jreback Seems that adding a
in |
we have a routine to detect |
Happy to help out with this one. Are we meant to dig into pandas/io/msgpack/_packer.pyx to get this fixed? |
@samuelsinayoko the |
msgpack is deprecated #30112 |
Code Sample, a copy-pastable example if possible
Currently procduces:
Expected Output
output of
pd.show_versions()
Related to msgpack/msgpack-python#61
The text was updated successfully, but these errors were encountered: