NestedDictMap#

class polpo.preprocessing.dict.NestedDictMap(step, *args, depth=1, inner_is_dict=True, **kwargs)[source]#

Bases: object

Nested dict map.

Parameters:
  • depth (int) – Depth at which step is applied.

  • inner_is_dict (bool) – Whether inner is a dict. If not, must be an iterable.