pyarrow.string_view# pyarrow.string_view()# Create UTF8 variable-length string view type. Examples Create an instance of a string type: >>> import pyarrow as pa >>> pa.string_view() DataType(string_view)