Dapatkan kondisi indeks panda
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()