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.

ContainsAny(items[, negate])

Check if subset of items in a collection.

DigitFinder([index])

Find digits in a strings.

EndsWithAny(items[, negate])

ExceptionToWarning(step[, warn])

MethodApplier(*args, method, **kwargs)

Applies a named method with preset args and kwargs.

PreprocessingStep()

Preprocessing step.

RegexGroupFinder(pattern)

StartsWith(value)

TryToInt([warn])