nushell/crates/nu-cmd-dataframe/src
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
..
dataframe Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
lib.rs Put heavy dataframe dependencies behind feature flag (#9971) 2023-08-09 22:36:09 -07:00