1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-15 06:26:57 +02:00
Jack Wright 68adc4657f
Polars lazy refactor ()
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
..
2024-05-06 23:19:11 +00:00
2024-05-06 23:19:11 +00:00