faer_ext::polars

Trait Frame

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

Required Methods§

Implementations on Foreign Types§

Source§

impl Frame for LazyFrame

Implementors§