pub fn boxplot_stats_py( py: Python<'_>, data: &Bound<'_, PyArray1<f64>>, whis: f64, ) -> PyResult<Py<PyAny>>
Compute boxplot statistics (five-number summary + outliers)