Add data source sinks for Polars Lazyframe implementation
Open
enhancement
good first issue
i/o
- Dominant language
- Jupyter Notebook
- Stars
- 2.6k
- Forks
- 213
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
Assessment
This issue has not been assessed yet.