pyarrow.UInt32Value

class pyarrow.UInt32Value

Bases: pyarrow.lib.ArrayValue

Concrete class for uint32 array elements.

__init__()

Initialize self. See help(type(self)) for accurate signature.

Methods

as_py(self) Return this value as a Python int.

Attributes

type
as_py(self)

Return this value as a Python int.

type