Allow calling correlation_heatmap
on Table
with non-numerical columns
#89
Labels
enhancement 💡
New feature or request
good first issue
Good for newcomers
released
Included in a release
Is your feature request related to a problem?
Currently, calling
correlation_heatmap
on aTable
with non-numerical columns raises aNonNumericColumnError
. Because of this, a user first must create aTable
containing only the numerical columns before the method can be called. ThisTable
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
The text was updated successfully, but these errors were encountered: