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

feat(python): WIP: Add GPU engine to sink_csv #20940

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mroeschke
Copy link

xref #20259

Takes a similar approach with the collect API and adds an engine keyword to sink_csv to allow writing to CSV.

Internally, took a similar approach to collect by passing through a Python callback, that will be a cudf_polars method, though LazyFrame.sink that will execute the the operations including the CSV writing on the GPU.

@mroeschke mroeschke changed the title WIP: Add GPU engine to sink_csv feat(python): WIP: Add GPU engine to sink_csv Jan 29, 2025
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars and removed title needs formatting labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant