I have a df like this:
d = pd.DataFrame(list(zip(list(range(1,10)), list(range(11,20)))), columns=[\'a\', \'b\']) print(d) a b 0 1 11 1 2 12 2 3