Files
nushell/crates/nu_plugin_polars/src
Jack Wright 8f81812ef9 fix cannot find issue when performing collect on an eager dataframe (#15577)
# Description
Performing a `polars collect` on an eager dataframe should be a no-op
operation. However, when used with a pipeline and not saving to a value
a cache error occurs. This addresses that cache error.
2025-04-15 14:25:11 -05:00
..
2024-12-25 06:15:50 -06:00
2025-03-15 09:32:55 -05:00