Slicing lexicographically pandas code example
Example: Slicing lexicographically pandas
Specifically, .loc[] allows you to select all rows with an index lexicographically
using slice notation. This works only if the index is sorted (.sort_index()).