I have a dataframe with 3 columns a, b, c like below:
a, b, c
df = pd.DataFrame({\'a\':[1,1,5,3], \'b\':[2,0,6,1], \'c\':[4,3,1,4]})
I want t