polars.internals.series.DateTimeNameSpace.second¶
- DateTimeNameSpace.second() polars.internals.series.Series ¶
Extract the seconds the from underlying DateTime representation. Can be performed on Datetime.
Returns the second number from 0 to 59.
- Returns
- Second as UInt32