pyarrow.compute.match_substring_regex

pyarrow.compute.match_substring_regex(array, pattern)[source]

Test if regex pattern matches at any position a value of a string array.

Parameters
Returns

result (pyarrow.Array or pyarrow.ChunkedArray)