nushell/crates/nu-protocol/src
Fernando Herrera 8bd68416e3
Lazy dataframes (#5546)
* lazyframe definition

* expressions and lazy frames

* new alias expression

* more expression commands

* updated to polars main

* more expressions and groupby

* more expressions, fetch and sort-by

* csv reader

* removed open csv

* unique function

* joining functions

* join lazy frames commands with eager commands

* corrected tests

* Update .gitignore

* Update .gitignore

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-05-16 08:27:43 +01:00
..
ast Overlays (#5375) 2022-05-08 07:39:22 +12:00
engine add --table_mode -m parameter (#5513) 2022-05-11 16:15:31 -05:00
value Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
cli_error.rs Error printing changes for watch (#5389) 2022-05-01 19:33:41 +12:00
config.rs Add hooks to cli/repl (#5479) 2022-05-09 07:28:39 +12:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Add export alias and export extern (#4878) 2022-03-20 07:58:01 +13:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lib.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
module.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
pipeline_data.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
shell_error.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
signature.rs Implement histogram command (#5518) 2022-05-13 06:48:47 -05:00
span.rs Remove 'empty' block support reminders, for now. (#5214) 2022-04-30 22:32:30 -05:00
syntax_shape.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
ty.rs Improve describe to be more accurate (#5116) 2022-04-07 16:34:09 +12:00
variable.rs Add support for var decl spans (#4787) 2022-03-09 04:42:19 -05:00