pyarrow.ListValue¶
-
class
pyarrow.
ListValue
¶ Bases:
pyarrow.lib.ArrayValue
Concrete class for list array elements.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
as_py
(self)Return this value as a Python list. Attributes
type
value_type
-
as_py
(self)¶ Return this value as a Python list.
-
type
¶
-
value_type
¶
-