DictExtractKey(key)
|
|
DictFilter(func[, filter_keys])
|
|
DictListSwapper()
|
|
DictMap([step, pbar, key_step, ...])
|
Apply a given step to each element of a dict. |
DictMerger([step, as_dict])
|
|
DictNoneRemover()
|
|
DictToTuplesList()
|
|
DictToValuesList()
|
|
DictUpdate()
|
|
ExtractUniqueKey([nested])
|
|
Filter(func[, collection_type, to_iter])
|
|
FunctionCaller(func, **kwargs)
|
Calls a function with preset kwargs. |
Hash([key_index, ignore_none, ignore_empty])
|
|
HashWithIncoming([step, key_step, ...])
|
|
IdentityStep()
|
|
KeySorter([sorter])
|
|
ListDictSwapper()
|
|
Map(step[, n_jobs, verbose, force_iter])
|
|
NestDict([sep])
|
|
NestedDictMap(step, *args[, depth, ...])
|
Nested dict map. |
NestedDictSwapper()
|
|
NestedDictToList(key_ids)
|
|
ParDictMap(step[, n_jobs, verbose])
|
Apply a given step to each element of a dict in parallel. |
PreprocessingStep()
|
Preprocessing step. |
RemoveKeys(keys)
|
|
RenameKeys(key_map)
|
|
SelectKeySubset(subset[, keep])
|
Select key subset. |
SerialDictMap([step, pbar, key_step, ...])
|
Apply a given step to each element of a dict. |
StepWrappingPreprocessingStep([step])
|
|
TruncateDict([n_keys])
|
|
UnnestDict([sep])
|
|
ValuesListToDict([keys])
|
|
ZipWithKeys(step[, check_length])
|
Apply step to the values of a dict. |