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
..
eager Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
expressions Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
lazy Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
series Lazy dataframes (#5687) 2022-05-31 07:29:55 +01:00
values Lazy dataframes (#5687) 2022-05-31 07:29:55 +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 Lazy dataframes (#5687) 2022-05-31 07:29:55 +01: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