Obtenir l'index Pandas Condition

df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale