In VScode and running python using python poetry I’m getting this error after using pd.to_pickle(“file.pickle”) and reading again in another file using pd.read_pickle(“file.pickle”)
UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified.
Any help would be appreciated.