nushell/crates/nu_plugin_polars
Jack Wright dc53c20628
Renamed polars concatenate and added expression support. (#13781)
# Description
In order to be more consistent with the nushell terminology and with
polars expression terminology `polars concatenate` is now `polars
str-join`. `polars str-join` can also be used as expression.

<img width="857" alt="Screenshot 2024-09-04 at 12 41 25"
src="https://github.com/user-attachments/assets/8cc5a0c2-194c-49ec-9fe1-65ec4825414d">


# User-Facing Changes
- `polars concatenate` is now `polars str-join`
- `polars str-join` can be used as an expression
2024-09-05 09:28:34 -07:00
..
src Renamed polars concatenate and added expression support. (#13781) 2024-09-05 09:28:34 -07:00
Cargo.toml Expression support for polars strftime (#13767) 2024-09-04 12:19:29 +02:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00