nushell/crates/nu_plugin_polars/src/dataframe
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
..
eager polars first and polars last will now handle lazy frames natively (#13555) 2024-08-07 06:36:52 -05:00
expressions Upgrade to polars 0.40 (#13069) 2024-06-06 07:26:47 +08:00
lazy Added polars sink command, that performs and streaming collect to t… (#13562) 2024-08-07 10:59:49 -05:00
series Polars 0.41 Upgrade (#13238) 2024-06-28 06:37:45 -05:00
values Polars: Check to see if the cache is empty before enabling GC. More logging (#13286) 2024-07-03 06:44:26 -05:00
mod.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
README.md Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
stub.rs Showing full help when running the polars command (#12462) 2024-04-10 07:26:33 -05:00
utils.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00

Dataframe

This dataframe directory holds all of the definitions of the dataframe data structures and commands.

There are three sections of commands:

For more details see the Nushell book section on dataframes