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>
This commit is contained in:
Jack Wright
2023-08-15 04:54:37 -07:00
committed by GitHub
parent 696b2cda4a
commit 8b160f9850
6 changed files with 1129 additions and 569 deletions