how to drop a row with a certain value in a column code example Example: dataframe drop rows by column value df = df[df.line_race != 0]