Removes leading and trailing characters (whitespaces by default) from each string element.
Remove leading and trailing "M" characters from the ProductGroupLookup target:
>>> target = catalog.get_target("ProductGroupLookup")
>>> target["ProductGroupStrip"] = target.str.strip("M")