Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for non-hashable objects #4

Open
stared opened this issue Apr 22, 2016 · 2 comments
Open

support for non-hashable objects #4

stared opened this issue Apr 22, 2016 · 2 comments
Projects

Comments

@stared
Copy link

stared commented Apr 22, 2016

If a column has non-hashable objects, creation of DataFrameSummary gives an error:

TypeError: unhashable type: 'list'

It would be great if work also for these entries (e.g. looking at their length); or at very least - discard these variables.

@dsalaj
Copy link

dsalaj commented Jul 6, 2020

Exactly. It would be much more usable if it could at least ignore unhashable type columns. Or even better count the number of empty rows. That would be very useful.

@mmourafiq
Copy link
Collaborator

PRs are welcome :)

@mmourafiq mmourafiq added this to Ideas in Roadmap Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Roadmap
Ideas
Development

No branches or pull requests

3 participants