The numpy array interface.
Users should not call this directly. Rather, it is invoked by numpy.array()
and numpy.asarray()
.
Specifies the the dtype for the array.
See numpy.asarray()
.
A numpy array of either the specified dtype or, if dtype==None (default), the same dtype as categorical.categories.dtype.
Examples
>>> cat = pd.Categorical(['a', 'b'], ordered=True)
The following calls cat.__array__
>>> np.asarray(cat) array(['a', 'b'], dtype=object)
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