\'\'\' df = pd.DataFrame(np.random.randn(5,6), columns=list(\'abcdef\'))
df[df.loc[0] > 1] \'\'\'
IndexingError