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

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

pyarrow.compute.divide_checked#

pyarrow.compute.divide_checked(dividend, divisor, /, *, memory_pool=None)#

Divide the arguments element-wise.

An error is returned when trying to divide by zero, or when integer overflow is encountered.

Parameters:
dividendArray-like or scalar-like

Argument to compute function.

divisorArray-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