nushell/crates/nu_plugin_polars
Jack Wright 4ff33933dd
Merge polars sink and polars to-* to polars save (#13568)
# Description
This pull request merges `polars sink` and `polars to-*` into one
command `polars save`.


# User-Facing Changes
- `polars to-*` commands have all been replaced with `polars save`. When
saving a lazy frame to a type that supports a polars sink operation, a
sink operation will be performed. Sink operations are much more
performant, performing a collect while streaming to the file system.
2024-08-08 09:46:45 -07:00
..
src Merge polars sink and polars to-* to polars save (#13568) 2024-08-08 09:46:45 -07: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