Tables and Tensors¶
Factory Functions¶
| 
 | Construct chunked array from list of array-like objects | 
| 
 | Concatenate the given arrays. | 
| 
 | Concatenate pyarrow.Table objects. | 
| 
 | Create a pyarrow.RecordBatch from another Python data structure or sequence of arrays. | 
| 
 | Create a pyarrow.Table from a Python data structure or sequence of arrays. | 
Classes¶
| An array-like composed from a (possibly empty) collection of pyarrow.Arrays | |
| Batch of rows of columns of equal length | |
| 
 | A collection of top-level named, equal length Arrow arrays. | 
| 
 | A grouping of columns in a table on which to perform aggregations. | 
