pandas.Index.order — pandas 0.18.1 documentation (original) (raw)

Index.order(return_indexer=False, ascending=True)

Return sorted copy of Index

DEPRECATED: use Index.sort_values()