pandas order by date column

Solutions on MaxInterview for pandas order by date column by the best coders in the world

showing results for - "pandas order by date column"
Nyla
01 Oct 2017
1>>> df.sort_values(by='Date') # This now sorts in date order
2        Date Symbol
30 2015-02-20      A
42 2015-08-21      A
51 2016-01-15      A