Como obter o índice de qualquer linha em pandas
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()