Obtenha condição de pandas de índice
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()