polpo.preprocessing.str#

Preprocessing steps involving strings.

Classes#

Contains(item[, negate])

Check if an item is in a collection.

ContainsAll(items[, negate])

Check if a subset of items in a collection.

DigitFinder([index])

Find digits in a strings.

MethodApplier(*args, method, **kwargs)

Applies a named method with preset args and kwargs.

PreprocessingStep()

Preprocessing step.

StartsWith(value)