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

Lazy Polars backend functionality #227

Closed
44 tasks done
cigrainger opened this issue May 17, 2022 · 4 comments
Closed
44 tasks done

Lazy Polars backend functionality #227

cigrainger opened this issue May 17, 2022 · 4 comments
Assignees

Comments

@cigrainger
Copy link
Member

cigrainger commented May 17, 2022

This issue tracks the implementation for full backend functionality for lazy Polars. The intent is to enable splitting things up more easily.

IO read

PS: from_ipc_stream for the Lazy backend is not possible because is not available in Polars.

IO write

Conversion

Introspection

Single table verbs

Two or more table verbs

@josevalim
Copy link
Member

All functions not listed here should raise when invoked saying the lazy operation is not allowed.

@cigrainger cigrainger added this to the v0.3 milestone Jun 22, 2022
@josevalim josevalim mentioned this issue Jul 6, 2022
5 tasks
@josevalim josevalim removed this from the v0.3 milestone Sep 9, 2022
@philss
Copy link

philss commented Dec 15, 2022

FYI I'm working on the IO functions of this issue :)

@josevalim
Copy link
Member

FWIW, we decided to focus on the non-grouped versions. We will support grouped ones later.

philss added a commit to philss/explorer that referenced this issue Jan 31, 2023
philss added a commit to philss/explorer that referenced this issue Jan 31, 2023
philss added a commit that referenced this issue Jan 31, 2023
* Add LazyFrame version of "join"

This is part of #227

* Fix formatting
@philss
Copy link

philss commented Feb 8, 2023

I created #498 to track the groups operations.

I'm closing this issue, since most of the functions were implemented or are explicitly raising error now.

@philss philss closed this as completed Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants