2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu_plugin_polars
Jack Wright b68c7cf3fa
Make polars unpivot consistent with polars pivot ()
# 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 () 2024-07-10 16:36:38 -05:00
Cargo.toml Implemented a command to expose polar's pivot functionality () 2024-07-09 10:17:20 -07:00
LICENSE Move dataframes support to a plugin () 2024-04-09 19:31:43 -05:00