Skip to main content

datatable_to_python_ipc

Function datatable_to_python_ipc 

Source
pub fn datatable_to_python_ipc(_ipc_bytes: &[u8]) -> Result<Vec<u8>, String>
Expand description

Convert Shape DataTable (Arrow IPC bytes) to a format suitable for Python consumption.

Stub – the actual implementation will use pyo3 + pyarrow to create a pyarrow.RecordBatch from the IPC buffer.