pub fn python_ipc_to_datatable(_ipc_bytes: &[u8]) -> Result<Vec<u8>, String>Expand description
Convert Python DataFrame (Arrow IPC bytes) back to Shape DataTable format.
Stub – the actual implementation will serialize the pyarrow RecordBatch to IPC bytes which Shape can ingest directly.