сбросить ряд из состояния
df = df.drop(df[df.score < 50].index)
Outrageous Osprey
df = df.drop(df[df.score < 50].index)