nushell/crates/nu_plugin_polars
Jack Wright ec3e0e593d
polars first and polars last will now handle lazy frames natively (#13555)
# 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.
2024-08-07 06:36:52 -05:00
..
src polars first and polars last will now handle lazy frames natively (#13555) 2024-08-07 06:36:52 -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