Tables and Tensors¶
Factory Functions¶
column(field_or_name, arr) |
Create Column object from field/string and array-like data |
chunked_array(arrays[, type]) |
Construct chunked array from list of array-like objects |
concat_tables(tables) |
Perform zero-copy concatenation of pyarrow.Table objects. |
Classes¶
ChunkedArray() |
Array backed via one or more memory chunks. |
Column() |
Named vector of elements of equal type. |
RecordBatch() |
Batch of rows of columns of equal length |
Table() |
A collection of top-level named, equal length Arrow arrays. |