Skip to content

Commit

Permalink
Revert "add back one doc okwarning"
Browse files Browse the repository at this point in the history
This reverts commit 4c15c48.
  • Loading branch information
jorisvandenbossche committed Oct 26, 2023
1 parent 20dabc5 commit ea2bf91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/user_guide/pyarrow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ To convert a :external+pyarrow:py:class:`pyarrow.Table` to a :class:`DataFrame`,
:external+pyarrow:py:meth:`pyarrow.Table.to_pandas` method with ``types_mapper=pd.ArrowDtype``.

.. ipython:: python
:okwarning:
table = pa.table([pa.array([1, 2, 3], type=pa.int64())], names=["a"])
Expand Down

0 comments on commit ea2bf91

Please sign in to comment.