ZipWithKeys#

class polpo.preprocessing.dict.ZipWithKeys(step, check_length=True)[source]#

Bases: StepWrappingPreprocessingStep

Apply step to the values of a dict.

Then, get a list back, zip with original keys, and return a dict.