where_one_of
The where_one_of method returns a new table containing rows from the source table, where the rows match at least one filter.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| filters | Union[str, Filter, Sequence[str], Sequence[Filter]] | The filter condition expressions. |
Returns
A new table containing rows from the source table, where the rows match at least one filter.
Examples
The following example creates a table containing only the colors not present in the filter table.