nushell/crates/nu_plugin_polars/src
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
..
dataframe Removed the polars dtypes command (#12577) 2024-04-19 07:01:47 -05:00
cache.rs displaying span information, creation time, and size with polars ls (#12472) 2024-04-12 09:23:46 -05:00
lib.rs Ensure that lazy frames converted via to-lazy are not converted back to eager frames later in the pipeline. (#12525) 2024-04-15 18:29:42 -05:00
main.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00