Skip to main content

Module string_array

Module string_array 

Source

Structs§

StringArray
A specialized N-dimensional array of strings.

Functions§

array
Create a 1-D StringArray from a slice of strings — the primary constructor matching numpy.strings.array(...).

Type Aliases§

StringArray1
1-dimensional string array.
StringArray2
2-dimensional string array.