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

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

pyarrow.compute.binary_length#

pyarrow.compute.binary_length(strings, /, *, memory_pool=None)#

Compute string lengths.

For each string in strings, emit its length of bytes. Null values emit null.

Parameters:
stringsArray-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