polars-lazy 0.31.0

Lazy query engine for the Polars DataFrame library
docs.rs failed to build polars-lazy-0.31.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: polars-lazy-0.39.2

polars-lazy

polars-lazy is a 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.

Features

Please refer to the parent polars crate for a comprehensive list of features.