Skip to content

Add data source sinks for Polars Lazyframe implementation #791

@buggtb

Description

@buggtb

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions