pyarrow.compute.string_is_ascii¶
-
pyarrow.compute.
string_is_ascii
(arg, *, memory_pool=None)¶ Call compute function ‘string_is_ascii’ with the given argument.
- Parameters
arg (Array-like or scalar-like) – Argument to compute function
memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.