pub fn is_close(
s: &Series,
other: &Series,
abs_tol: f64,
rel_tol: f64,
nans_equal: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>
pub fn is_close(
s: &Series,
other: &Series,
abs_tol: f64,
rel_tol: f64,
nans_equal: bool,
) -> Result<ChunkedArray<BooleanType>, PolarsError>