nushell/crates/nu_plugin_polars
Jack Wright 7d4449f021
Added polars sink command, that performs and streaming collect to t… (#13562)
# Description
This exposes the `LazyFrame::sink_*` functionality to allow a streaming
collect directly to the filesystem. This useful when working with data
that is too large to fit into memory.

# User-Facing Changes
- Introduction of the `polars sink` command
2024-08-07 10:59:49 -05:00
..
src Added polars sink command, that performs and streaming collect to t… (#13562) 2024-08-07 10:59:49 -05:00
Cargo.toml Added polars sink command, that performs and streaming collect to t… (#13562) 2024-08-07 10:59:49 -05:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00