nushell/crates/nu_plugin_polars/src
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
..
cache Upgrade to polars 0.43 (#14148) 2024-10-23 19:14:24 +02:00
dataframe Documentation and error handling around polars with-column --name (#14527) 2024-12-06 05:17:18 -06: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