pub trait Frame {
// Required method
fn is_valid(self) -> PolarsResult<LazyFrame>;
}Available on crate feature
polars only.pub trait Frame {
// Required method
fn is_valid(self) -> PolarsResult<LazyFrame>;
}polars only.