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
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.
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:
The text was updated successfully, but these errors were encountered: