mirror of
https://github.com/nushell/nushell.git
synced 2025-07-16 14:25:17 +02:00
# 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.