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

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

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)

Web Proxy Viewer  |  New URL  |  Original Page