polars-lazy 0.39.2

Lazy query engine for the Polars DataFrame library
Documentation

polars-lazy

polars-lazy serves as the lazy query engine for the Polars DataFrame library. It allows you to perform operations on DataFrames in a lazy manner, only executing them when necessary. This can lead to significant performance improvements for large datasets.

Important Note: This crate is not intended for external usage. Please refer to the main Polars crate for intended usage.