Navigation
index
modules
|
next
|
previous
|
pandas 0.25.3 documentation
»
API reference
»
Index objects
»
pandas.Index
»
Table Of Contents
What's New in 0.25.2
Installation
Getting started
User Guide
Pandas ecosystem
API reference
Input/output
General functions
Series
DataFrame
Pandas arrays
Panel
Index objects
Index
Numeric Index
CategoricalIndex
IntervalIndex
MultiIndex
DatetimeIndex
TimedeltaIndex
PeriodIndex
Date offsets
Frequencies
Window
GroupBy
Resampling
Style
Plotting
General utility functions
Extensions
Development
Release Notes
Search
Enter search terms or a module, class or function name.
pandas.Index.sort
¶
Index.
sort
(
self
,
*args
,
**kwargs
)
[source]
¶
Use sort_values instead.
Navigation
index
modules
|
next
|
previous
|
pandas 0.25.3 documentation
»
API reference
»
Index objects
»
pandas.Index
»
Scroll To Top