pyarrow.compute.Utf8NormalizeOptions#

classpyarrow.compute.Utf8NormalizeOptions(form)#

Bases:_Utf8NormalizeOptions

Options for theutf8_normalize function.

Parameters:
formstr

Unicode normalization form.Accepted values are “NFC”, “NFKC”, “NFD”, NFKD”.

__init__(self,form)#

Methods

__init__(self, form)

deserialize(buf)

Deserialize options for a function.

serialize(self)

staticdeserialize(buf)#

Deserialize options for a function.

Parameters:
bufBuffer

The buffer containing the data to deserialize.

serialize(self)#