nushell/crates/nu-cmd-dataframe/src
Jack Wright 44dc890124
Polars Struct support without unsafe blocks (#11229)
Second attempt at polars Struct support. This version avoid using unsafe
checks by cloning the StructArray and utilizing the into_static to
convert to a StructOwned.

---------

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2023-12-15 11:21:30 +01:00
..
dataframe Polars Struct support without unsafe blocks (#11229) 2023-12-15 11:21:30 +01:00
lib.rs Put heavy dataframe dependencies behind feature flag (#9971) 2023-08-09 22:36:09 -07:00