Error when displaying tables - anyone else having this issue? #361
-
|
I get this error anytime im using polars with great tables.
Sample code below from site |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
@benjamin-hauser, could you try using |
Beta Was this translation helpful? Give feedback.
-
|
Hmm.. I'm surprised by that specific error. I tried it with polars v0.20.30, and wasn't able to reproduce. I suspect upgrading polars should fix? |
Beta Was this translation helpful? Give feedback.
-
|
I'll close the discussion since the issue appears to be resolved. |
Beta Was this translation helpful? Give feedback.
@benjamin-hauser, could you try using
polars==0.20.26? The issue might be due to the latest version ofPolarsupdating the selection logic based on our request. We're working on a PR (#360 ) to provide a quick patch.