Comment obtenir l'index de n'importe quelle ligne à Pandas
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()