traceml icon indicating copy to clipboard operation
traceml copied to clipboard

support for non-hashable objects

Open stared opened this issue 8 years ago • 2 comments

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.

stared avatar Apr 22 '16 13:04 stared

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.

dsalaj avatar Jul 06 '20 12:07 dsalaj

PRs are welcome :)

mmourafiq avatar Jul 06 '20 12:07 mmourafiq