pub fn second(array: &dyn Array) -> PolarsResult<PrimitiveArray<i8>>Expand description
Extracts the seconds of a temporal array as PrimitiveArray<i8>.
Value ranges from 0 to 59.
Use [can_second] to check if this operation is supported for the target ArrowDataType.