Compute the sum of a numeric array.
Null values are ignored by default. Minimum count of non-null values can be set and null is returned if too few are present. This can be changed through ScalarAggregateOptions.
Argument to compute function.
True
Whether to skip (ignore) nulls in the input. If False, any null in the input forces the output to null.
int
, 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.
pyarrow.compute.ScalarAggregateOptions
, optional
Alternative way of passing options.
pyarrow.MemoryPool
, optional
If not passed, will allocate memory from the default memory pool.
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