Skip to content

Commit 3abf63f

Browse files
committed
Add a note
1 parent f6c48c9 commit 3abf63f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/source/python/interchange_protocol.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ libraries in the Python ecosystem. See more about the
3636
standard in the
3737
`protocol documentation <https://data-apis.org/dataframe-protocol/latest/index.html>`_.
3838

39+
.. note::
40+
41+
The recommended way to convert between dataframe libraries is through
42+
the :ref:`arrow-pycapsule-interface`, for example by calling ``pa.table(df)``
43+
on a dataframe object that implements it.
44+
3945
From PyArrow to other libraries: ``__dataframe__()`` method
4046
-----------------------------------------------------------
4147

0 commit comments

Comments
 (0)