notebook
notebook copied to clipboard
Wrong shape in Data Viewer for `polars` DataFrame
trafficstars
The first ans is from polars, the second one ans2 is the conversion from polars to pandas DataFrame.
Both shows the shape of (8422, 11).
However, when the Data Viewer opened, the polars is transposed to (11, 8422), while pandas's view is correct.
polars data view

pandas data view
