amol- commented on a change in pull request #10266:
URL: https://github.com/apache/arrow/pull/10266#discussion_r674823705
##########
File path: docs/source/python/ipc.rst
##########
@@ -154,6 +154,73 @@ DataFrame output:
df = pa.ipc.open_file(buf).read_pandas()
df[:5]
+Efficiently Writing and Reading Arrow Arrays
Review comment:
Maybe `Efficiently Writing and Reading Data` to keep it more general?
I mean, when reading in those examples we really don't use record batches
and when writing it seems the record batches are the way through which you
achieve the efficiency (chunking) more than the _goal_ itself.
--
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]