You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/pyarrow.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Data Structure Integration
22
22
23
23
A :class:`Series`, :class:`Index`, or the columns of a :class:`DataFrame` can be directly backed by a :external+pyarrow:py:class:`pyarrow.ChunkedArray`
24
24
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
25
-
``[pyarrow]``, e.g. ``"int64[pyarrow]""`` into the ``dtype`` parameter
25
+
``[pyarrow]``, e.g. ``"int64[pyarrow]"`` into the ``dtype`` parameter
0 commit comments