Computes length of each string element.
Compute the length of each string element in the ProductGroupLookup feature:
>>> feature = catalog.get_feature("ProductGroupLookup")
>>> feature_group = fb.FeatureGroup([feature])
>>> feature_group["ProductGroupLength"] = feature.str.len()