pandas-dev / pandas-msgpack

Pandas Msgpack
Other
23 stars 21 forks source link

Support latest pandas #3

Open dhirschfeld opened 7 years ago

dhirschfeld commented 7 years ago

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 ...?

jreback commented 7 years ago

yeah haven't updated this.