Jak uzyskać indeks dowolnego wiersza w pandy
df.index[df['BoolCol'] == True].tolist()
Nutty Nightingale
df.index[df['BoolCol'] == True].tolist()