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

Support latest pandas

Open dhirschfeld opened this issue 7 years ago • 1 comments

All the changes in the recent pandas release has broken compatibility - e.g.

..\_t_env\lib\site-packages\pandas_msgpack\packers.py:58: in <module>
    from pandas.sparse.api import SparseSeries, SparseDataFrame

Should now be from pandas.core.sparse.api import ...?

dhirschfeld avatar Jun 14 '17 11:06 dhirschfeld

yeah haven't updated this.

jreback avatar Jun 14 '17 11:06 jreback