pyarrow.compute.list_value_length

pyarrow.compute.list_value_length(arg, *, memory_pool=None)

Call compute function ‘list_value_length’ 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.