nushell/crates/nu_plugin_polars
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
..
src Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
Cargo.toml Polars lazy refactor (#12669) 2024-05-06 23:19:11 +00:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00