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 |