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

Add Polars result type #26

Open
ptomecek opened this issue Feb 1, 2025 · 0 comments
Open

Add Polars result type #26

ptomecek opened this issue Feb 1, 2025 · 0 comments
Labels
type: feature Feature requests

Comments

@ptomecek
Copy link
Collaborator

ptomecek commented Feb 1, 2025

Is your feature request related to a problem? Please describe.
Would like to be able to natively represent polars dataframes (eager or lazy) as a result type from a CallableModel

Describe the solution you'd like
Either a single result type for both types of frames, or two different result types (one for eager one for lazy). Optionally, we should be able to specify a schema that will get validated (as is done for the Arrow result type).

Describe alternatives you've considered
Purely using arrow tables works well for eager frames, but there are use cases where it is convenient to have callable models construct lazy frames instead to defer execution.

@ptomecek ptomecek added the type: feature Feature requests label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Feature requests
Projects
None yet
Development

No branches or pull requests

1 participant