Open dhirschfeld opened 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 ...?
from pandas.core.sparse.api import ...
yeah haven't updated this.
All the changes in the recent pandas release has broken compatibility - e.g.
Should now be
from pandas.core.sparse.api import ...
?