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

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

pyarrow.compute.fill_null_backward#

pyarrow.compute.fill_null_backward(values, /, *, memory_pool=None)#

Carry non-null values backward to fill null slots.

Given an array, propagate next valid observation backward to previous valid or nothing if all next values are null.

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