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

[Enh]: add support for .to_polars() #1318

Closed
FBruzzesi opened this issue Nov 3, 2024 · 1 comment · Fixed by #1803
Closed

[Enh]: add support for .to_polars() #1318

FBruzzesi opened this issue Nov 3, 2024 · 1 comment · Fixed by #1803
Labels

Comments

@FBruzzesi
Copy link
Member

FBruzzesi commented Nov 3, 2024

Description

We have to_pandas, to_arrow, to_numpy, all of which are supported in the polars API. Clearly polars does not need a to_polars method, but maybe we could. I don't have a particular use case in mind as of now though, except for the interchange level support, which could decide which backend materialize the data into if needed.

@MarcoGorelli
Copy link
Member

I've had a request from this through work, and @akmalsoliev also asked for it - i'd say that it's in-scope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants