Skip to content

Commit 4c15c48

Browse files
add back one doc okwarning
1 parent 864115f commit 4c15c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/user_guide/pyarrow.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ To convert a :external+pyarrow:py:class:`pyarrow.Table` to a :class:`DataFrame`,
104104
:external+pyarrow:py:meth:`pyarrow.Table.to_pandas` method with ``types_mapper=pd.ArrowDtype``.
105105

106106
.. ipython:: python
107+
:okwarning:
107108
108109
table = pa.table([pa.array([1, 2, 3], type=pa.int64())], names=["a"])
109110

0 commit comments

Comments
 (0)