question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unhashable type: 'set' error

See original GitHub issue

Hi 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:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
RuslanMamedovcommented, Jun 25, 2019

That worked, thanks!

0reactions
kmax12commented, Jul 7, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found