nushell/crates/nu_plugin_polars/src
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
..
cache Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
dataframe Added flag --coalesce-columns to allow columns to be coalsced on full joins (#14578) 2024-12-17 09:55:42 -08:00
lib.rs catch unwrap on panics with polars collect (#13850) 2024-09-15 07:21:02 -05:00
main.rs Converted perf function to be a macro. Utilized the perf macro within the polars plugin. (#13224) 2024-06-27 18:56:56 -05:00