In this video, you will learn how to sort a pandas DataFrame in ascending order, descending order, inplace, not in place, using sort_values() method of DataFrame object, with examples.
0:02 Example to sort DataFrame by column in ascending order
1:08 Example to sort DataFrame by column in descending order
1:27 Example to sort DataFrame by column in descending order in place
2:05 Example to sort DataFrame by column in ascending order in place
Reference
========
Pandas DataFrame.sort_values() Syntax and Examples
https://programguru.org/python/pandas...