pyarrow.compute.any

pyarrow.compute.any(array, *, memory_pool=None)

Test whether any element in a boolean array evaluates to true..

Null values are ignored.

Parameters
  • array (Array-like) – Argument to compute function

  • memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.