Pandas backwards compatibility issue with pickle 0.14.1 and 0.15.2 Pandas backwards compatibility issue with pickle 0.14.1 and 0.15.2 mongodb mongodb

Pandas backwards compatibility issue with pickle 0.14.1 and 0.15.2


This was explicity mentioned as the Index class now no-longer sub-classes ndarray but a pandas object, see here.

You simply need to use pd.read_pickle to read the pickles.