Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong shape in Data Viewer for polars DataFrame #6430

Open
Fred-Wu opened this issue May 20, 2022 · 0 comments
Open

Wrong shape in Data Viewer for polars DataFrame #6430

Fred-Wu opened this issue May 20, 2022 · 0 comments
Labels

Comments

@Fred-Wu
Copy link

Fred-Wu commented May 20, 2022

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 Fred-Wu added the bug label May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant