Skip to main content

describe_py

Function describe_py 

Source
pub fn describe_py(
    py: Python<'_>,
    data: &Bound<'_, PyArray1<f64>>,
) -> PyResult<Py<PyAny>>
Expand description

Compute descriptive statistics - uses optimized implementations Returns dict with mean, std, var, min, max, median, count