nushell/crates/nu_plugin_polars
Jack Wright 9fb59a6f43
Removed the polars dtypes command (#12577)
# 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>
2024-04-19 07:01:47 -05:00
..
src Removed the polars dtypes command (#12577) 2024-04-19 07:01:47 -05:00
Cargo.toml Upgrading nu_plugin_polars to polars 0.39.1 (#12551) 2024-04-17 06:35:09 -05:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00