nushell/crates/nu_plugin_polars
Jack Wright 981a000ee8
Added flag --coalesce-columns to allow columns to be coalsced on full joins (#14578)
- fixes #14572

# Description
This allowed columns to be coalesced on full joins with `polars join`,
providing functionality simlar to the old `--outer` join behavior.

# User-Facing Changes
- Provides a new flag `--coalesce-columns` on the `polars join` command
2024-12-17 09:55:42 -08:00
..
src Added flag --coalesce-columns to allow columns to be coalsced on full joins (#14578) 2024-12-17 09:55:42 -08:00
Cargo.toml Bump indexmap from 2.6.0 to 2.7.0 (#14505) 2024-12-04 09:57:05 +08:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00