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.argsort

Return the indices that would sort this array.

© 2008–2021, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/1.3.4/reference/api/pandas.api.extensions.ExtensionArray._values_for_argsort.html