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