youknowone / methodtools

Expand functools features(lru_cache) to class - methods, classmethods, staticmethods and even for (unofficial) hybrid methods.

Home Page:https://pypi.org/project/methodtools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: unhashable type: 'DataFrame'

npezolano opened this issue · comments

Anyway to get this to work with a pandas DataFrame?

Basically it has same restriction with functools.lru_cache. Could you share the code with problem?