DataFrame.sortIndex
Sort DataFrame by index
Last updated
Sort DataFrame by index
Last updated
DataFrame.sortIndex(options) [source]
Parameters | Type | Description | Default |
---|---|---|---|
Returns:
**** return DataFrame
options
Object
{
ascending: Sorting order.
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
}
{ascending: true, **inplace:**false}