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

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

pyarrow.compute.log1p#

pyarrow.compute.log1p(x, /, *, memory_pool=None)#

Compute natural log of (1+x).

Values <= -1 return -inf or NaN. Null values return null. This function may be more precise than log(1 + x) for x close to zero. Use function log1p_checked if you want invalid values to raise an error.

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