thisisnic commented on a change in pull request #66:
URL: https://github.com/apache/arrow-cookbook/pull/66#discussion_r709088320
##########
File path: python/source/create.rst
##########
@@ -67,6 +67,58 @@ from a variety of inputs, including plain python objects
:func:`pyarrow.array` for conversion to Arrow arrays,
and will benefit from zero copy behaviour when possible.
+Creating Record Batches
+======================
+
+Most I/O operations in Arrow happen when shipping batches of data
+to the destination. :class:`pyarrow.RecordBatch` is the way
Review comment:
```suggestion
to their destination. :class:`pyarrow.RecordBatch` is the way
```
--
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]