nushell/crates/nu-command/src/dataframe
Reilly Wood d38a3a8b4e
Fix command descriptions+examples (#5129)
* Fix exit usage

* Move dfr as-date* format examples to extra_usage

* Update command usage and examples

* More docs on `str trim`

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2022-04-08 10:30:49 +02:00
..
eager Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
series Fix command descriptions+examples (#5129) 2022-04-08 10:30:49 +02:00
values Change string contains operators to regex (#5117) 2022-04-07 18:23:14 +12: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 an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13: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