Data type objects for SimpleArray #427
Closed
tigercosmos
started this conversation in
Ideas
Replies: 1 comment 10 replies
-
We should start with accepting dtype as a string before SimpleArray is enhanced to support struct array. String suffices for fundamental types. |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, SimpleArray only supports dtype as numbers. It is possible for SimpleArray to support dtype as an object. Reference: https://numpy.org/doc/stable/reference/arrays.dtypes.html
Beta Was this translation helpful? Give feedback.
All reactions