pyarrow.
list_
Create ListType instance from child data type or field.
value_type (DataType or Field) –
list_size (int, optional, default -1) – If length == -1 then return a variable length list type. If length is greater than or equal to 0 then return a fixed size list type.
list_type (DataType)