featurebyte.ViewColumn.dt.hour¶
hour: FrozenSeries
Description¶
Returns the hour component of each element. This is also available for Series containing timedelta values, which is a result of taking the difference between two timestamp Series.
Returns¶
- FrozenSeries
Column or Feature containing the hour component values
Examples¶
Compute the hour component of a timestamp column: