Returns the day-of-week component of each element. The day of week is mapped to an integer value ranging from 0 (Monday) to 6 (Sunday).
>>> feature = catalog.get_feature("CustomerLatestInvoiceTimestamp")
>>> feature_group = fb.FeatureGroup([feature])
>>> feature_group["TimestampDayOfWeek"] = feature.dt.day_of_week