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
array (pyarrow.Array or pyarrow.ChunkedArray) –
pattern (str) – regex pattern to search
- Returns
result (pyarrow.Array or pyarrow.ChunkedArray)