pub fn describe_py( py: Python<'_>, data: &Bound<'_, PyArray1<f64>>, ) -> PyResult<Py<PyAny>>
Compute descriptive statistics - uses optimized implementations Returns dict with mean, std, var, min, max, median, count