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
I checked and it's not a problem with lets_plot. It's a pandas problem. I used the same array and pandas dataframe got errors both in lets_plot and seaborn. But, when you convert the same dataframe to polars dataframe, both seaborn and lets_plot works.
Hello, I was working with the following scenario in a notebook.
In this example, I have two int columns
0
and1
.When trying to plot the DataFrame
I am presented with the following error message:
It seems for some reason, the names are being converted to a float string representation.
The text was updated successfully, but these errors were encountered: