jorisvandenbossche commented on code in PR #40818: URL: https://github.com/apache/arrow/pull/40818#discussion_r1555397158
########## docs/source/python/extending_types.rst: ########## @@ -53,6 +53,31 @@ support for this protocol by checking for the presence of those methods, and therefore accept any Arrow data (instead of harcoding support for a specific Arrow producer such as PyArrow). +For consuming data through this protocol with PyArrow, the following constructors +can be used to create the various PyArrow objects: + ++----------------------------+-----------------------------------------------+--------------------+ +| Result class | Mapped Arrow type | Supported protocol | Review Comment: Whoops, that's a left-over from the original table I copied from elsewhere for the table layout ;) Changed to "PyArrow constructor" -- 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]
