nushell/crates/nu-cmd-dataframe/src/dataframe
Jack Wright 7a123d3eb1
Expose polars avro support (#10019)
# Description

Exposes polars avro support via dfr open and dfr to-avro

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2023-08-15 20:31:49 -05:00
..
eager Expose polars avro support (#10019) 2023-08-15 20:31:49 -05: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