thisisnic commented on a change in pull request #66:
URL: https://github.com/apache/arrow-cookbook/pull/66#discussion_r709089000



##########
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
+Arrow represents batches of data, they can be seen as a slice

Review comment:
       ```suggestion
   Arrow represents batches of data.  A RecordBatch can be seen as a slice
   ```




-- 
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]


Reply via email to