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

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

pyarrow.compute.drop_null#

pyarrow.compute.drop_null(input, /, *, memory_pool=None)#

Drop nulls from the input.

The output is populated with values from the input (Array, ChunkedArray, RecordBatch, or Table) without the null values. For the RecordBatch and Table cases, drop_null drops the full row if there is any null.

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