pyarrow.large_list

pyarrow.large_list(value_type)LargeListType

Create LargeListType instance from child data type or field.

This data type may not be supported by all Arrow implementations. Unless you need to represent data larger than 2**31 elements, you should prefer list_().

Parameters

value_type (DataType or Field) –

Returns

list_type (DataType)