Returns the second component of each element. This is also available for Features containing timedelta values, which is a result of taking
the difference between two timestamp Features.
Compute the second component of a timestamp column:
>>> feature = catalog.get_feature("CustomerLatestInvoiceTimestamp")
>>> feature_group = fb.FeatureGroup([feature])
>>> feature_group["TimestampSecond"] = feature.dt.second