nushell/crates/nu-command/src/dataframe
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
..
eager Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
expressions Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
lazy Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
series Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
values Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
mod.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01:00
README.md Update the Readme for the dataframe directory (#4757) 2022-03-06 11:05:55 -08:00
test_dataframe.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
utils.rs Lazy dataframes (#5546) 2022-05-16 08:27:43 +01: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