torcharrow¶
The torcharrow package contains data structures for two-dimensional, potentially heterogeneous tabular data, denoted as dataframe. It also defines relational operations over these dataframes. Additionally, it provides utilities for conversion with other formats (especially zero-copy conversion with Arrow arrays), and other useful utilities.
Creation and Conversion Ops¶
|
Creates a TorchArrow Column. |
|
Creates a TorchArrow DataFrame. |
|
Convert arrow array/table to a TorchArrow Column/DataFrame. |
Convert self to arrow array |
Mutating Ops¶
|
Returns concatenated columns. |
|
Return a column of elements where each of them is selected from either left column or righ column, depending on the value in the corresponding position in cond column. |