nushell/crates/nu-cmd-dataframe/src/dataframe
2024-02-26 17:22:33 -06:00
..
eager Add columns to dataframe that are present in the schema but not present the Dataframe when applying schema. (#11987) 2024-02-26 17:22:33 -06:00
expressions Bump polars from 0.36 to 0.37 (#11848) 2024-02-13 06:27:30 -06:00
lazy Add columns to dataframe that are present in the schema but not present the Dataframe when applying schema. (#11987) 2024-02-26 17:22:33 -06:00
series Bump polars from 0.36 to 0.37 (#11848) 2024-02-13 06:27:30 -06:00
values Add columns to dataframe that are present in the schema but not present the Dataframe when applying schema. (#11987) 2024-02-26 17:22:33 -06:00
mod.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
README.md move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00
stub.rs Add a stub dfr command (#10683) 2023-10-11 17:51:20 +02:00
test_dataframe.rs Add columns to dataframe that are present in the schema but not present the Dataframe when applying schema. (#11987) 2024-02-26 17:22:33 -06:00
utils.rs Make FromValue take owned Values (#10900) 2023-10-31 19:47:00 +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