nushell/crates/nu_plugin_polars
Jack Wright ff09c7964e
polars open will now open a lazy frame by default (#13556)
# Description
When opening a dataframe the default operation will be to create a lazy
frame if possible. This works much better with large datasets and
supports hive format.

# User-Facing Changes
- `--lazy` is nolonger a valid option. `--eager` must be used to
explicitly open an eager dataframe.
2024-08-07 06:36:08 -05:00
..
src polars open will now open a lazy frame by default (#13556) 2024-08-07 06:36:08 -05:00
Cargo.toml Bump indexmap from 2.2.6 to 2.3.0 (#13557) 2024-08-07 09:02:56 +08:00
LICENSE Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00