pyarrow.compute.match_substring¶
- 
pyarrow.compute.match_substring(array, pattern)[source]¶ Test if substring pattern is contained within a value of a string array.
- Parameters
 array (pyarrow.Array or pyarrow.ChunkedArray) –
pattern (str) – pattern to search for exact matches
- Returns
 result (pyarrow.Array or pyarrow.ChunkedArray)