nushell/crates/nu-command/src/dataframe
2023-04-07 21:09:38 +03:00
..
eager docs: Use capital letters for CSV and JSON acronyms (#8459) 2023-03-15 21:52:13 -07:00
expressions Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
lazy Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +01:00
series Uniformize usage() and extra_usage() message ending for commands helper. (#8268) 2023-02-28 21:33:02 -08:00
values Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +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 Remove old alias implementation (#8797) 2023-04-07 21:09:38 +03:00
utils.rs Document and critically review ShellError variants - Ep. 2 (#8326) 2023-03-06 11:31:07 +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