nushell/crates/nu-command/src/dataframe
JT 76079d5183
Move config to be an env var (#5230)
* Move config to be an env var

* fix fmt and tests
2022-04-19 10:28:01 +12:00
..
eager update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
series update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
values update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +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 Move config to be an env var (#5230) 2022-04-19 10:28:01 +12: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