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

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

pyarrow.compute.utf8_is_numeric#

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

Classify strings as numeric.

For each string in strings, emit true iff the string is non-empty and consists only of numeric Unicode characters. Null strings 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