-
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
Categorical.__array__()

2025-01-10 15:47:30
Please login to continue.