nushell/crates/nu_plugin_polars
Jack Wright 81d68cd478
Documentation and error handling around polars with-column --name (#14527)
The `--name` flag of `polars with-column` only works when used with an
eager dataframe. I will not work with lazy dataframes and it will not
work when used with expressions (which forces a conversion to a
lazyframe). This pull request adds better documentation to the flags and
errors messages when used in cases where it will not work.
2024-12-06 05:17:18 -06:00
..
src Documentation and error handling around polars with-column --name (#14527) 2024-12-06 05:17:18 -06: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