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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.