nushell/crates/nu-command/src/dataframe
Michael Angerman fbbbde1489
Update the Readme for the dataframe directory (#4757)
* update dataframe readme

* update df readme
2022-03-06 11:05:55 -08:00
..
eager enable to-nu to include the whole dfr if rows is not specified (#4753) 2022-03-06 09:04:41 -06:00
series Experiment: Allow both $true/true and $false/false (#4696) 2022-03-02 19:55:03 -05:00
values enable to-nu to include the whole dfr if rows is not specified (#4753) 2022-03-06 09:04:41 -06:00
mod.rs Dataframe commands (#542) 2021-12-22 05:32:09 +11:00
README.md Update the Readme for the dataframe directory (#4757) 2022-03-06 11:05:55 -08:00
test_dataframe.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05: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