pandera.api.pandas.components.Column.get_regex_columns#

Column.get_regex_columns(columns)[source]#

Get matching column names based on regex column name pattern.

Parameters

columns (Union[Index, MultiIndex]) – columns to regex pattern match

Return type

Iterable

Returns

matchin columns