polars-testing 0.52.0

Testing suite for the Polars DataFrame library
Documentation

polars-testing

polars-testing is a sub-crate of the Polars library, offering comprehensive functionality for unit testing in Rust.

Usage

To use polars-testing, add it as a dependency to your Rust project's Cargo.toml file:

[dependencies]
polars-testing = "0.52.0"

You can then import the crate in your Rust code using:

use polars_testing::*;

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