-
tensorstore.ustring : dtype =
dtype("ustring")
Variable-length Unicode string data type. Corresponds to the Python
str
type.There is no precisely corresponding NumPy data type, but
numpy.object_
is used.Note
The NumPy string types, while related, differ in that they are fixed-length and null-terminated.