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