mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
ec3e0e593d
# Description Prior this pull request `polars first` and `polars last` would collect a lazy frame into an eager frame before performing operations. Now `polars first` will to a `LazyFrame::limit` and `polars last` will perform a `LazyFrame::tail`. This is really useful in working with very large datasets. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |