Created
April 7, 2016 20:57
-
-
Save nomeyer/fbce3ab409c4b71c8f4fa67799658ed4 to your computer and use it in GitHub Desktop.
Pandas sort / order by (from http://stackoverflow.com/questions/17618981/how-to-sort-pandas-data-frame-using-values-from-several-columns)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c1 c2 | |
0 3 10 | |
4 2 100 | |
1 2 30 | |
3 2 15 | |
2 1 20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment