raulcd commented on code in PR #49550:
URL: https://github.com/apache/arrow/pull/49550#discussion_r2958635597


##########
docs/source/python/extending_types.rst:
##########
@@ -78,6 +78,59 @@ A :class:`DataType` can be created by consuming the 
schema-compatible object
 using :func:`pyarrow.field` and then accessing the ``.type`` of the resulting
 Field.
 
+The PyCapsule Interface has been adopted by a number of libraries in the Python
+ecosystem. The following table provides an overview of the current 
implementation
+status (see `the tracking issue 
<https://github.com/apache/arrow/issues/39195>`__
+for the latest updates):
+
+.. list-table:: PyCapsule Interface Implementation Status
+   :header-rows: 1
+
+   * - Library
+     - Status
+   * - `pandas <https://pandas.pydata.org/>`__

Review Comment:
   Can we order them alphabetically? It will be easier to find for specific 
libraries or add them in the future.



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