mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
5fa9d76500
# Description This adds support for reading and writing binary types in the polars commands. The `BinaryOffset` type can be read into a Nushell native `Value` type no problem, but unfortunately this is a lossy conversion, as there's no Nushell-native semantic equivalent to the fixed size binary type in Arrow. # User-Facing Changes `polars open` and `polars save` now work with binary types. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |