pandas.api.extensions.ExtensionArray._values_for_argsort¶
-
ExtensionArray._values_for_argsort()[source]¶ Return values for sorting.
- Returns
- ndarray
The transformed values should maintain the ordering between values within the array.
See also
ExtensionArray.argsortReturn the indices that would sort this array.