is_close

Function is_close 

Source
pub fn is_close(
    s: &Series,
    other: &Series,
    abs_tol: f64,
    rel_tol: f64,
    nans_equal: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
Available on crate feature polars-ops only.