nushell/crates/nu-cmd-dataframe/src/dataframe
2023-08-18 20:47:05 +03:00
..
eager Add additional span to IncorrectValue error (#10036) 2023-08-18 20:47:05 +03:00
expressions Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
lazy Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
series Merged overloaded commands (#9860) 2023-07-31 07:34:12 -05:00
values Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
mod.rs Break up interdependencies of command crates (#9429) 2023-06-14 23:12:55 +02:00
README.md move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
test_dataframe.rs Fix a couple clippy warnings (#9936) 2023-08-07 06:23:11 +12:00
utils.rs move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07: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