pub fn year(array: &dyn Array) -> PolarsResult<PrimitiveArray<i32>>
Available on crate feature
compute_temporal
only.Expand description
Extracts the years of a temporal array as PrimitiveArray<i32>
.
pub fn year(array: &dyn Array) -> PolarsResult<PrimitiveArray<i32>>
compute_temporal
only.Extracts the years of a temporal array as PrimitiveArray<i32>
.