Trait polars_core::chunked_array::ops::ChunkVar [−][src]
Expand description
Variance and standard deviation aggregation.
Provided methods
Implementors
impl<T> ChunkVar<f64> for ChunkedArray<T> where
T: PolarsIntegerType,
T::Native: PartialOrd + Num + NumCast,