Replies: 1 comment 1 reply
-
I second this idea. |
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
-
I am trying out polars dataframes as a replacement for pandas, so far I am happy with the execution speed gains and syntax. My only complain is that in VS-Code when using Jupyter, I am not able to browse the dataframe in the data viewer, unless I do a .to_pandas(). I would like native support for showing polars dataframes in the data viewer. I can print it out in jupyter, but that is only good for a quick check of the validity.
Best regards Kristian
Beta Was this translation helpful? Give feedback.
All reactions