mirror of
https://github.com/nushell/nushell.git
synced 2025-07-08 10:27:47 +02:00
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>
Dataframe
This dataframe directory holds all of the definitions of the dataframe data structures and commands.
There are three sections of commands:
For more details see the Nushell book section on dataframes