nushell/crates/nu-command/src/dataframe
Nicolas Kosinski 8c487edf62
docs: Use capital letters for CSV and JSON acronyms (#8459)
Capital letters matter! 😉 
<img width="927" alt="Screenshot 2023-03-15 at 06 54 22"
src="https://user-images.githubusercontent.com/3862051/225219635-cfde7c3b-66c1-40a5-87f5-0d1a5d41955e.png">

See https://github.com/nushell/nushell.github.io/pull/827/files that was
created before this one.
2023-03-15 21:52:13 -07: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 Cratification: Break out nu_cmd_lang into a separate crate (#8181) 2023-02-24 09:54:42 -06: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