mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
4ff33933dd
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |