amol- commented on a change in pull request #1:
URL: https://github.com/apache/arrow-cookbook/pull/1#discussion_r675635445
##########
File path: python/source/create.rst
##########
@@ -0,0 +1,112 @@
+======================
+Creating Arrow Objects
+======================
+
+Recipes related to how to create Arrays, Tables,
+Tensors and all other Arrow entities.
+
+.. contents::
+
+Create Table from plain types
+=============================
+
+Arrow allows fast zero copy creation of arrow arrays
+from numpy and pandas arrays and series, but it's also
+possible to create Arrow arrays and Tables from
+plain Python structures.
+
+the :func:`pyarrow.table` function allows creation of Tables
+from nearly all supported inputs, including plain python objects
Review comment:
:+1:
--
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]