nushell/crates/nu-cmd-dataframe/src/dataframe/expressions
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
..
alias.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
arg_where.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
col.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
concat_str.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
datepart.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
expressions_macro.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
is_in.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
lit.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
mod.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
otherwise.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00
quantile.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
when.rs "merging into one dfr into-nu command" (#9858) 2023-07-29 15:23:31 -05:00