[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/pyarrow.list_view.html [Back]  [Original]

pyarrow.list_view — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.list_view#

pyarrow.list_view(value_type) ListViewType#

Create ListViewType instance from child data type or field.

This data type may not be supported by all Arrow implementations because it is an alternative to the ListType.

Parameters:
value_typeDataType or Field
Returns:
list_view_typeDataType

Examples

Create an instance of ListViewType:

>>> import pyarrow as pa
>>> pa.list_view(pa.string())
ListViewType(list_view<item: string>)

Web Proxy Viewer  |  New URL  |  Original Page