I was recently running into memory issues (related to not closing a mutliprocessing.pool) and came up with the following piece of code while debugging: Although this was unrelated to my pool issue, it is a useful piece of code. What’s nice is that the __get__ behaves like a series or dataframe accessor with only instantaneous […]