Replies: 1 comment 1 reply
-
I don't understand the request here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since Seaborn is planning to add support for dataframes other than pandas (#3369), I'd like to point out an issue with heatmap.
Currently, Seaborn's heatmap requires a Pandas dataframe with row labels or an index. However, certain dataframes like Polars do not have an index by design. It would be beneficial if the heatmap could provide an API that allows inputting a non-index dataframe.
For polars, the current workaround:
Beta Was this translation helpful? Give feedback.
All reactions