pandas.Categorical.__array__

Categorical.__array__(self, dtype=None) → numpy.ndarray[source]

The numpy array interface.

Returns
numpy.array

A numpy array of either the specified dtype or, if dtype==None (default), the same dtype as categorical.categories.dtype.