Files
nushell/crates/nu-command/src/dataframe
Fernando Herrera 997d56a288 Lazy dataframes (#5687)
* change between lazy and eager

* when expressions

* examples for aggregations

* more examples for agg

* examples for dataframes

* checked examples

* cargo fmt
2022-05-31 07:29:55 +01:00
..
2022-05-31 07:29:55 +01:00
2022-05-31 07:29:55 +01:00
2022-05-31 07:29:55 +01:00
2022-05-31 07:29:55 +01:00
2022-05-31 07:29:55 +01:00
2022-05-16 08:27:43 +01:00
2022-05-31 07:29:55 +01:00
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