how to drop rows which have certain specific values code example Example: drop a row with a specific value of a column df = df[df.line_race != 0]