Category "pickle"

_pickle.UnpicklingError: could not find MARK

I got exceptions like UnicodeDecodeError raised when pickling (a list of) objects of EventFrame with a member participants that was an empty set. class EventFr

Can't pickle static method when using multiprocessing

I'm applying some parallelization to my code, in which I use classes. I knew that is not possible to pickle a class method without any other approach different

Pickle encoding utf-8 issue

I'm trying to pickle a pandas dataframe to my local directory so I can work on it in another jupyter notebook. The write appears to go successful at first but w