A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://arrow.apache.org/docs/python/generated/pyarrow.compute.ScalarAggregateOptions.html below:

pyarrow.compute.ScalarAggregateOptions — Apache Arrow v21.0.0

pyarrow.compute.ScalarAggregateOptions#
class pyarrow.compute.ScalarAggregateOptions(*, skip_nulls=True, min_count=1)#

Bases: _ScalarAggregateOptions

Options for scalar aggregations.

Parameters:
skip_nullsbool, default True

Whether to skip (ignore) nulls in the input. If False, any null in the input forces the output to null.

min_countint, default 1

Minimum number of non-null values in the input. If the number of non-null values is below min_count, the output is null.

__init__(self, *, skip_nulls=True, min_count=1)#

Methods

static deserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4