Getting pickle UnpicklingError in python pandas.read_pickle()
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”)
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”)