Edit:
This has been filed as bug in the Polars repository:
https://github.com/pola-rs/polars/issues/6152
And the VSCode Jupyter repo:
https://github.com/microsoft/vscode-jupyter/issues/12519
I am testing Python-Polars inside a Jupyter notebook in VSCode.
When I open a data frame from the variable view, it is not formatted correctly.
Columns and Rows are swapped and the column names are missing.
I would've expected a display similar to pandas data frames like so:
How can I make the Polars dataframe display correctly?