pub fn day(array: &dyn Array) -> PolarsResult<PrimitiveArray<i8>>Expand description
Extracts the days of a temporal array as PrimitiveArray<i8>.
Value ranges from 1 to 32 (Last day depends on month).
pub fn day(array: &dyn Array) -> PolarsResult<PrimitiveArray<i8>>Extracts the days of a temporal array as PrimitiveArray<i8>.
Value ranges from 1 to 32 (Last day depends on month).