Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Categorical.__array__

Categorical.__array__(dtype=None)[source]

The numpy array interface.

Returns:

values : numpy array

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

Scroll To Top