Skip to content

Commit

Permalink
[Docs] Add link to ListView format in pyarrow docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Mar 19, 2024
1 parent bb9f229 commit 1f57cb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/python/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ like lists:
print(nested_arr.type)
ListView arrays
~~~~~~~~~~~
~~~~~~~~~~~~~~~

``pyarrow.array`` can create an alternate list type called ListView:

Expand All @@ -252,6 +252,8 @@ This allows for ListView arrays to specify out-of-order offsets:
arr = pa.ListViewArray.from_arrays(offsets, sizes, values)
arr
See the format specification for more details on the :ref:`listview-layout`.

Struct arrays
~~~~~~~~~~~~~

Expand Down

0 comments on commit 1f57cb6

Please sign in to comment.