I created some index in the 0.19 pandas I would reuse in the 0.20 without to recreate them from raw data in the pandas 0.20. I imported the relative numpy array but the index cannot be imported. How I can import them in the new pandas version?

pickle.load( open("index_pd.pkl", "rb" ) )
ModuleNotFoundError: No module named 'pandas.indexes'

Comment From: jreback

you would have to show what versions you are using in both

what is in the pickle?

Comment From: jreback

you need to use pd.read_pickle