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.pub fn is_close(
s: &Series,
other: &Series,
abs_tol: f64,
rel_tol: f64,
nans_equal: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
polars-ops
only.