pandas-msgpack icon indicating copy to clipboard operation
pandas-msgpack copied to clipboard

Pandas Msgpack

Results 7 pandas-msgpack issues
Sort by recently updated
recently updated
newest added

`pip install mbf-pandas-msgpack` installs version 0.3. I am unable to download version 0.7 for some reason. I tried `pip install --upgrade mbf-pandas-msgpack` which forces a version 0.3 download. Any ideas?

What's the recommended approach when serializing Dataframes containing columns of Decimal type? Right now I'm just getting a "can't serialize Decimal" error, so I was thinking of following the approach...

Was working on https://github.com/blaze/blaze/pull/1671 and pandas-msgpack is not compatible with the newer versions of pandas. Seems some imports just need to be updated.

I think you should provide wheels or let user install Cython to automatic generate the *.cpp code.

All the changes in the recent pandas release has broken compatibility - e.g. ``` ..\_t_env\lib\site-packages\pandas_msgpack\packers.py:58: in from pandas.sparse.api import SparseSeries, SparseDataFrame ``` Should now be `from pandas.core.sparse.api import ...`?