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

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

pyarrow.compute.fill_null_forward#

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

Carry non-null values forward to fill null slots.

Given an array, propagate last valid observation forward to next valid or nothing if all previous 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