nushell/crates/nu_plugin_polars/src/dataframe/command
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
..
aggregation Upgrading to polars 0.44 (#14478) 2024-11-29 19:39:07 -06:00
boolean Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
core Upgrading to polars 0.44 (#14478) 2024-11-29 19:39:07 -06:00
data Documentation and error handling around polars with-column --name (#14527) 2024-12-06 05:17:18 -06:00
datetime Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
index Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
integer Polars command reorg (#13798) 2024-09-06 13:46:37 -07:00
string Upgrading to polars 0.44 (#14478) 2024-11-29 19:39:07 -06:00
mod.rs Migrating polars commands away from macros, removed custom DataFrame comparison. (#13829) 2024-09-11 10:33:05 -07:00
stub.rs Polars command reorg (#13798) 2024-09-06 13:46:37 -07:00