-
Notifications
You must be signed in to change notification settings - Fork 3
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
Dask Expressions integration #14
Comments
Given multi index appearing on the project’s roadmap, I think experimenting with this library should happen sooner rather than later. |
This may be a blocker. dask-contrib/dask-sql#1308 |
It looks like we can turn this on with a flag. |
alxmrs
added a commit
that referenced
this issue
Mar 3, 2024
Turn on Dask-Expr via flags. Fixes #14.
Merged
alxmrs
added a commit
that referenced
this issue
Mar 3, 2024
This PR enables dask-expr with copy on write semantics in Dask Dataframes. Fixes #14.
alxmrs
added a commit
that referenced
this issue
Mar 3, 2024
This PR enables dask-expr with copy on write semantics in Dask Dataframes. Fixes #14.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new Dask Expressions library was really performant in the recent B(Tr)illion Row challenge. I think it would find a good home here.
The text was updated successfully, but these errors were encountered: