polpo.preprocessing.dict#

Classes#

DictExtractKey(key)

DictFilter(func[, filter_keys])

DictMap([step, pbar, key_step, ...])

Apply a given step to each element of a dictionary.

DictMerger()

DictNoneRemover()

DictToTuplesList()

DictToValuesList()

DictUpdate()

Filter(func[, collection_type, to_iter])

Hash([key_index, ignore_none, ignore_empty])

HashWithIncoming([step, key_step])

IdentityStep()

NestedDictSwapper()

PreprocessingStep()

Preprocessing step.

SelectKeySubset(subset[, keep])

Select key subset.

StepWrappingPreprocessingStep([step])