nushell/crates/nu_plugin_polars/src/dataframe/eager
Jack Wright 68adc4657f
Polars lazy refactor (#12669)
This moves to predominantly supporting only lazy dataframes for most
operations. It removes a lot of the type conversion between lazy and
eager dataframes based on what was inputted into the command.

For the most part the changes will mean:
* You will need to run `polars collect` after performing operations
* The into-lazy command has been removed as it is redundant.
* When opening files a lazy frame will be outputted by default if the
reader supports lazy frames

A list of individual command changes can be found
[here](https://hackmd.io/@nucore/Bk-3V-hW0)

---------

Co-authored-by: Ian Manske <ian.manske@pm.me>
2024-05-06 23:19:11 +00:00
..
append.rs Fixing NuLazyFrame/NuDataFrame conversion issues (#12538) 2024-04-16 11:16:37 -05:00
columns.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
dummies.rs Cleaning up to_pipe_line_data and cache_and_to_value, making them part of CustomValueSupport (#12528) 2024-04-16 06:35:52 -05:00
mod.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
open.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
query_df.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
sample.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
schema.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
shape.rs Cleaning up to_pipe_line_data and cache_and_to_value, making them part of CustomValueSupport (#12528) 2024-04-16 06:35:52 -05:00
sql_context.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
sql_expr.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
summary.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
take.rs Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
to_arrow.rs Handle relative paths correctly on polars to-(parquet|jsonl|arrow|etc) commands (#12486) 2024-04-12 19:30:37 -05:00
to_avro.rs Handle relative paths correctly on polars to-(parquet|jsonl|arrow|etc) commands (#12486) 2024-04-12 19:30:37 -05:00
to_csv.rs Handle relative paths correctly on polars to-(parquet|jsonl|arrow|etc) commands (#12486) 2024-04-12 19:30:37 -05:00
to_df.rs Cleaning up to_pipe_line_data and cache_and_to_value, making them part of CustomValueSupport (#12528) 2024-04-16 06:35:52 -05:00
to_json_lines.rs Handle relative paths correctly on polars to-(parquet|jsonl|arrow|etc) commands (#12486) 2024-04-12 19:30:37 -05:00
to_nu.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
to_parquet.rs Handle relative paths correctly on polars to-(parquet|jsonl|arrow|etc) commands (#12486) 2024-04-12 19:30:37 -05:00