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

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

pyarrow.compute.RoundBinaryOptions#

class pyarrow.compute.RoundBinaryOptions(round_mode='half_to_even')#

Bases: _RoundBinaryOptions

Options for rounding numbers when ndigits is provided by a second array

Parameters:
round_modestr, default half_to_even

Rounding and tie-breaking mode. Accepted values are down, up, towards_zero, towards_infinity, half_down, half_up, half_towards_zero, half_towards_infinity, half_to_even, half_to_odd.

__init__(self, round_mode='half_to_even')#

Methods

__init__(self[,round_mode])

deserialize(buf)

Deserialize options for a function.

serialize(self)

static deserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#

Web Proxy Viewer  |  New URL  |  Original Page