pandas-formats-benchmark
pandas-formats-benchmark copied to clipboard
TypeError: can't pickle _thread.RLock objects
Hey @devforfu ,
Thanks for the really nice summary of different storage formats! I too get this same error. I am using Python 3.7 on Windows 10. Traceback-
Thanks! :)
Same error here.. any clue? (Python 3.9.7 on Windows 10)
The error is about the Utils.py I had to comment out self.p.start() & self.p.join() in MemoryTracker function.
Same issue here python 3.11.4 @devforfu
I had to comment out self.p.start() & self.p.join() in MemoryTracker function.
I think this makes the MemoryTracker useless