__array_interface__ description of the data-type.
The format is that required by the âdescrâ key in the __array_interface__ attribute.
Warning: This attribute exists specifically for __array_interface__, and is not a datatype description compatible with np.dtype.
>>> dt = np.dtype([('name', np.str_, 16), ('grades', np.float64, (2,))]) >>> dt.descr [('name', '<U16'), ('grades', '<f8', (2,))]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4