pyarrow.compute.partition_nth_indices¶
-
pyarrow.compute.
partition_nth_indices
(arg, *, options=None, memory_pool=None, **kwargs)¶ Call compute function ‘partition_nth_indices’ 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.
options (pyarrow.compute.PartitionNthOptions, optional) – Parameters altering compute function semantics
**kwargs (optional) – Parameters for PartitionNthOptions constructor. Either options or **kwargs can be passed, but not both at the same time.