pyarrow.UnionValue

class pyarrow.UnionValue

Bases: pyarrow.lib.ArrayValue

Concrete class for union array elements.

__init__()

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

Methods

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

Attributes

type
as_py(self)

Return this value as a Python object.

The exact type depends on the underlying union member.

type