Skip to content

Commit

Permalink
DOC: Correct a typo in pyarrow.rst (#60865)
Browse files Browse the repository at this point in the history
  • Loading branch information
star1327p authored Feb 6, 2025
1 parent 86c2668 commit 07d2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/pyarrow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Data Structure Integration

A :class:`Series`, :class:`Index`, or the columns of a :class:`DataFrame` can be directly backed by a :external+pyarrow:py:class:`pyarrow.ChunkedArray`
which is similar to a NumPy array. To construct these from the main pandas data structures, you can pass in a string of the type followed by
``[pyarrow]``, e.g. ``"int64[pyarrow]""`` into the ``dtype`` parameter
``[pyarrow]``, e.g. ``"int64[pyarrow]"`` into the ``dtype`` parameter

.. ipython:: python
Expand Down

0 comments on commit 07d2993

Please sign in to comment.