DictExtractKey (key)
|
|
DictFilter (func[, filter_keys])
|
|
DictMap ([step, pbar, key_step, ...])
|
Apply a given step to each element of a dict. |
DictMerger ()
|
|
DictNoneRemover ()
|
|
DictToTuplesList ()
|
|
DictToValuesList ()
|
|
DictUpdate ()
|
|
Filter (func[, collection_type, to_iter])
|
|
Hash ([key_index, ignore_none, ignore_empty])
|
|
HashWithIncoming ([step, key_step])
|
|
IdentityStep ()
|
|
ListDictSwapper ()
|
|
NestedDictSwapper ()
|
|
ParDictMap (step[, n_jobs, verbose])
|
Apply a given step to each element of a dict in parallel. |
PreprocessingStep ()
|
Preprocessing step. |
SelectKeySubset (subset[, keep])
|
Select key subset. |
SerialDictMap ([step, pbar, key_step, ...])
|
Apply a given step to each element of a dict. |
StepWrappingPreprocessingStep ([step])
|
|
ValuesListToDict ([keys])
|
|