nushell/crates/nu_plugin_polars/src
Jack Wright fb34a4fc6c
Make polars save return an empty pipeline (#13833)
# Description
In order to be more consistent with it's nu counterpart, `polars save`
now returns an empty pipeline instead of a message of the saved file.

# User-Facing Changes
- `polars save` no longer displays a save message, making it consistent
with `save` behavior.
2024-09-12 06:23:40 -05:00
..
cache Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
dataframe Make polars save return an empty pipeline (#13833) 2024-09-12 06:23:40 -05:00
lib.rs Migrating polars commands away from macros, removed custom DataFrame comparison. (#13829) 2024-09-11 10:33:05 -07: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