pyarrow.chunked_array

pyarrow.chunked_array(arrays, type=None)

Construct chunked array from list of array-like objects

Parameters:
  • arrays (list of Array or values coercible to arrays) –
  • type (DataType or string coercible to DataType) –
Returns:

ChunkedArray