pandas éliminar filas de un dataframe con condion
df = df.drop(df[df['C']==True].index)
Dizzy Donkey
df = df.drop(df[df['C']==True].index)