DataFrame.sortIndex
Sort DataFrame by index
Last updated
Was this helpful?
Sort DataFrame by index
Last updated
Was this helpful?
DataFrame.sortIndex(options) []
options
Object
{
ascending: Sorting order.
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
}
{ascending: true, **inplace:**false}
Returns:
**** return DataFrame