I'm reading a pickle file with:
pandas.read_pickle('data/file.pickle')
and it throws this error:
UnpicklingError: invalid load key, '\x00'.
Note that I've seen other threads on how to solve this problem when saving the pickle file, but in my case I just need to open this specific dataframe.
Also the pickle file could contain some special characters.