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
Returns

result (pyarrow.Array or pyarrow.ChunkedArray)