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 data source sinks for Polars Lazyframe implementation #791

Open
4 tasks
buggtb opened this issue Mar 28, 2024 · 0 comments
Open
4 tasks

Add data source sinks for Polars Lazyframe implementation #791

buggtb opened this issue Mar 28, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers i/o

Comments

@buggtb
Copy link
Contributor

buggtb commented Mar 28, 2024

The polars integration is missing a number of datasource sinks on the output side, this would allow users to write LazyFrames without running a lf.collect() and is likely more performant in a number of cases.

Sinks are:

  • sink_parquet
  • sink_csv
  • sink_ipc (feather)
  • sink_ndjson (don't have load support yet)
@buggtb buggtb mentioned this issue Mar 28, 2024
7 tasks
@skrawcz skrawcz added enhancement New feature or request good first issue Good for newcomers i/o labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers i/o
Projects
None yet
Development

No branches or pull requests

2 participants