I am struggling reading a pickle file. I keep having the EOFError: Ran out of input
My file is definitely not empty and I am using python3.8 with pandas 1.4.4
When I try to load the file with python I get:
Note that the pickle object was saved with HIGHEST_PROTOCOL. Is there any incompatibility with 3.8 and pandas?