[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.compute.list_element.html [Back]  [Original]

pyarrow.compute.list_element — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.compute.list_element#

pyarrow.compute.list_element(lists, index, /, *, memory_pool=None)#

Compute elements using of nested list values using an index.

lists must have a list-like type. For each value in each list of lists, the element at index is emitted. Null values emit a null in the output.

Parameters:
listsArray-like or scalar-like

Argument to compute function.

indexArray-like or scalar-like

Argument to compute function.

memory_poolpyarrow.MemoryPool, optional

If not passed, will allocate memory from the default memory pool.


Web Proxy Viewer  |  New URL  |  Original Page