You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at some point the table report builds a dictionary {value: count} for non-numeric values. this raises an error when the value is not hashable, eg a python list in an pandas series with object dtype
Describe the bug
at some point the table report builds a dictionary {value: count} for non-numeric values. this raises an error when the value is not hashable, eg a python list in an pandas series with object dtype
reported by @Vincent-Maladiere here
Steps/Code to Reproduce
Expected Results
no error
Actual Results
Versions
The text was updated successfully, but these errors were encountered: