pandera.schema_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

Union[Index, MultiIndex]

Returns

matchin columns