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

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

pyarrow.compute.exp#

pyarrow.compute.exp(exponent, /, *, memory_pool=None)#

Compute Eulers number raised to the power of specified exponent, element-wise.

If exponent is null the result will be null.

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