Function mean_horizontal

Source
pub fn mean_horizontal(
    exprs: Vec<PyExpr>,
    ignore_nulls: bool,
) -> PyResult<PyExpr>