pyarrow.string_view#

pyarrow.string_view()#

Create UTF8 variable-length string view type.

Examples

Create an instance of a string type:

>>>importpyarrowaspa>>>pa.string_view()DataType(string_view)