Table Of Contents

Search

Enter search terms or a module, class or function name.

pandas.Index.order

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

Return sorted copy of Index

DEPRECATED: use Index.sort_values()