scikits.timeseries.TimeSeries.sort_chronologically

TimeSeries.sort_chronologically()

Sort the series by chronological order (in place).

See also

sort_chronologically
Equivalent function.

Notes

This method sorts the series in place. To sort the a copy of the series, use the sort_chronologically function.