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