1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-04 06:30:45 +02:00
nushell/crates/nu-cmd-dataframe
Jack Wright 44dc890124
Polars Struct support without unsafe blocks ()
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
..
src Polars Struct support without unsafe blocks () 2023-12-15 11:21:30 +01:00
Cargo.toml Bump version to 0.88.2 () 2023-12-14 13:55:48 -06:00
LICENSE move dataframe commands to nu-cmd-dataframe () 2023-05-19 10:56:08 -07:00