pyarrow.compute.ascii_is_space¶
-
pyarrow.compute.
ascii_is_space
(arg, *, memory_pool=None)¶ Call compute function ‘ascii_is_space’ 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.