Consider df:
df
In [2098]: df = pd.DataFrame({\'a\': [1,2], \'b\':[3,4]}) In [2099]: df Out[2099]: a b 0 1 3 1 2 4
Now, I