What is the meaning of TypeError: unhashable type: 'list' : This means that when you try to hash an unhashable object it will result an error. The standard way to solve this issue is to cast a list to a tuple.