-
CategoricalIndex.order(return_indexer=False, ascending=True)
[source] -
Return sorted copy of Index
DEPRECATED: use
Index.sort_values()
CategoricalIndex.order()

2025-01-10 15:47:30
CategoricalIndex.order(return_indexer=False, ascending=True)
[source]
Return sorted copy of Index
DEPRECATED: use Index.sort_values()
Please login to continue.