Given a Pandas dataframe with A as an index:
A B C 1 2 5 2 5 8 3 6 3 4 8 2
Knowing index 3, what is the best way to get:<