We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ends_with
contains
The docs for the effects API mention the following:
regex patterns for common use cases, include `starts_with`, `ends_with`, `contains`, and `no_input_columns`.
However, currently only the following are implemented:
__all__ = ["starts_with", "exact", "no_input_columns"]