unhashable type: 'set' error
See original GitHub issueHi there! I’m trying to implement FT for my kaggle kernel but it’s giving me the error "unhashable type: ‘set’ . I couldn’t find any set in the dataframe I use. Do you mind taking a look? Thanks. https://www.kaggle.com/ruslanmamedov/poverty-level-prediction-beginer-s-kernel/edit
Issues created here on Github are for bugs or feature requests. For usage questions and questions about errors, please ask on Stack Overflow with the featuretools tag. Check the documentation for further guidance on where to ask your question.
Bug/Feature Request Description
[this should explain why the current behaviour is a problem and why the expected output is a better solution.]
Expected Output
Output of featuretools.show_info()
[paste the output of featuretools.show_info()
here below this line]
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Type error Unhashable type:set - Stack Overflow
This error is raised because a set can only contain immutable types. Or sets are mutable. However there is the frozenset type :...
Read more >TypeError: unhashable type: 'set' (Python) - bobbyhadz
The Python "TypeError: unhashable type: 'set'" occurs when we use a set as a key in a dictionary or an element in another...
Read more >TypeError: unhashable type: 'set' - Yawin Tutor
The python error TypeError: unhashable type: 'set' happens when a set is added to another set or used as a key in a...
Read more >Unhashable Type Python Error Explained: How To Fix It
The message “TypeError: unhashable type” appears in a Python program when you try to use a data type that is not hashable in...
Read more >Python: TypeError: unhashable type: 'list' - Net-Informations.Com
What is the meaning of TypeError: unhashable type: 'list' : This means that when you try to hash an unhashable object it will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That worked, thanks!
This is fixed and has been released in Featuretools 0.9.1. If you upgrade to the latest version of Featuretools, it will go away.