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

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

pyarrow.binary_view#

pyarrow.binary_view()#

Create a variable-length binary view type.

Examples

Create an instance of a string type:

>>> import pyarrow as pa
>>> pa.binary_view()
DataType(binary_view)

Web Proxy Viewer  |  New URL  |  Original Page