nushell/crates/nu_plugin_polars
Jack Wright b68c7cf3fa
Make polars unpivot consistent with polars pivot (#13335)
# Description
Makes `polars unpivot` use the same arguments as `polars pivot` and
makes it consistent with the polars' rust api. Additionally, support for
the polar's streaming engine has been exposed on eager dataframes.
Previously, it would only work with lazy dataframes.


# User-Facing Changes
* `polars unpivot` argument `--columns`|`-c` has been renamed to
`--index`|`-i`
* `polars unpivot` argument `--values`|`-v` has been renamed to
`--on`|`-o`
* `polars unpivot` short argument for `--streamable` is now `-t` to make
it consistent with `polars pivot`. It was made `-t` for `polars pivot`
because `-s` is short for `--short`
2024-07-10 16:36:38 -05:00
..
src Make polars unpivot consistent with polars pivot (#13335) 2024-07-10 16:36:38 -05:00
Cargo.toml Implemented a command to expose polar's pivot functionality (#13282) 2024-07-09 10:17:20 -07:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00