pyarrow.chunked_array

pyarrow.chunked_array(arrays, type=None)

Construct chunked array from list of array-like objects

Parameters
  • arrays (Array, list of Array, or values coercible to arrays) – Must all be the same data type. Can be empty only if type also passed.

  • type (DataType or string coercible to DataType) –

Returns

ChunkedArray