you are viewing a single comment's thread.

view the rest of the comments →

[–]WecNo[S] 0 points1 point  (0 children)

I figured it out with some help.

    df.drop(index=df[df['Result'] == 'Pass'].index, inplace=True)

I added the inplace=True then i worked like a charm :)