pandas dataframe remove rows by column value code example Example: pandas dataframe remove rows by column value df = df[df.line_race != 0]