Как получить индекс любого ряда в пандах
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()