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

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

pyarrow.compute.TrimOptions#

class pyarrow.compute.TrimOptions(characters)#

Bases: _TrimOptions

Options for trimming characters from strings.

Parameters:
charactersstr

Individual characters to be trimmed from the string.

__init__(self, characters)#

Methods

__init__(self,characters)

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