Returns the year component of each element.
Compute the year component of a timestamp column:
>>> feature = catalog.get_feature("CustomerLatestInvoiceTimestamp")
>>> feature_group = fb.FeatureGroup([feature])
>>> feature_group["TimestampYear"] = feature.dt.year