Checks whether each string element contains the provided substring pattern.
Check whether the ProductGroupLookup feature contains "x64":
>>> feature = catalog.get_feature("ProductGroupLookup")
>>> feature_group = fb.FeatureGroup([feature])
>>> feature_group["ProductGroup_x64"] = feature.str.contains("x64")