nushell/crates/nu_plugin_polars
Jack Wright ff27d6a18e
Implemented a command to expose polar's pivot functionality (#13282)
# Description
Implementing pivot support 

The example below is a port of the [python API
example](https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.pivot.html)

<img width="1079" alt="Screenshot 2024-07-01 at 14 29 27"
src="https://github.com/nushell/nushell/assets/56345/277eb7a2-233b-4070-9d24-c2183805c1b8">

# User-Facing Changes
* Introduction of the `polars pivot` command
2024-07-09 10:17:20 -07:00
..
src Implemented a command to expose polar's pivot functionality (#13282) 2024-07-09 10:17:20 -07: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