nushell/crates/nu-cmd-dataframe
Jack Wright 8b160f9850
Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951)
# Description
- Adds support for conversion between nushell lists and polars lists
instead of treating them as a polars object.
- Fixed explode and flatten to work both as expressions or lazy
dataframe commands. The previous item was required to make this work.

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2023-08-15 06:54:37 -05:00
..
src Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
Cargo.toml Put heavy dataframe dependencies behind feature flag (#9971) 2023-08-09 22:36:09 -07:00
LICENSE move dataframe commands to nu-cmd-dataframe (#9241) 2023-05-19 10:56:08 -07:00