Pandas elmerinar filas de un dataframe con una condicion
df = df.drop(df[df['C']==True].index)
Dizzy Donkey
df = df.drop(df[df['C']==True].index)