“I have a DataFrame with records stored in a particular column. I want to compare each record in that column against a predefined map. If a record contains any of the keys in the map, I want to populate a new column with the corresponding value associated with that key in the map.”