Trait polars_core::chunked_array::ops::ChunkVar [−][src]
Expand description
Variance and standard deviation aggregation.
Provided methods
Implementors
impl ChunkVar<bool> for BooleanChunked
[src]
impl ChunkVar<f32> for Float32Chunked
[src]
impl ChunkVar<f32> for Float32Chunked
[src]impl ChunkVar<f64> for Float64Chunked
[src]
impl ChunkVar<f64> for Float64Chunked
[src]impl ChunkVar<u32> for CategoricalChunked
[src]
impl ChunkVar<Series> for ListChunked
[src]
impl ChunkVar<String> for Utf8Chunked
[src]
impl<T> ChunkVar<f64> for ChunkedArray<T> where
T: PolarsIntegerType,
T::Native: PartialOrd + Num + NumCast,
[src]
impl<T> ChunkVar<f64> for ChunkedArray<T> where
T: PolarsIntegerType,
T::Native: PartialOrd + Num + NumCast,
[src]