Comment obtenir l'index de n'importe quelle ligne à Pandas

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