notebook icon indicating copy to clipboard operation
notebook copied to clipboard

Wrong shape in Data Viewer for `polars` DataFrame

Open Fred-Wu opened this issue 3 years ago • 0 comments
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).

image

However, when the Data Viewer opened, the polars is transposed to (11, 8422), while pandas's view is correct.

polars data view image

pandas data view image

Fred-Wu avatar May 20 '22 01:05 Fred-Wu