adamreeve commented on issue #44920: URL: https://github.com/apache/arrow/issues/44920#issuecomment-2515729132
Arrow is generally designed for columnar data rather than multi-dimensional arrays. But if you have a 2d numpy array, you could convert it to an Arrow FixedSizeListArray. See https://stackoverflow.com/a/68010468 If you want to serialize data for inter-process communication, the Arrow IPC format can be used: https://arrow.apache.org/docs/python/ipc.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
