mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
9fb59a6f43
# Description The polars dtype command is largerly redundant since the introduction of the schema command. The schema command also has the added benefit that it's output can be used as a parameter to other schema commands: ```nushell [[a b]; [5 6] [5 7]] | polars into-df -s ($df | polars schema ``` # User-Facing Changes `polars dtypes` has been removed. Users should use `polars schema` instead. Co-authored-by: Jack Wright <jack.wright@disqo.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |