https://dataindependent.com/pandas/pa...
One of the beautiful thinks about Pandas is the ability to sort datasets.
Through sorting, you're able to see your relevant data at the top (or bottom) of your table. There isn't a ton you need to know out of the box. The magic starts to happen when you sort multiple columns and use sort keys.