-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Description
Is your feature request related to a problem?
Currently, calling correlation_heatmap on a Table with non-numerical columns raises a NonNumericColumnError. Because of this, a user first must create a Table containing only the numerical columns before the method can be called. This Table may not be needed afterwards, so this is just an unnecessary step for users. For a visualization method meant to provide an overview of the data, that's too cumbersome.
Desired solution
Just ignore the non-numerical columns and plot the others.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersreleasedIncluded in a releaseIncluded in a release
Type
Projects
Status
✔️ Done