pub fn quartiles_py( py: Python<'_>, data: &Bound<'_, PyArray1<f64>>, ) -> PyResult<Py<PyArray1<f64>>>
Compute quartiles (Q1, Q2, Q3)