methodtools
methodtools copied to clipboard
TypeError: unhashable type: 'DataFrame'
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?