how to delete particular value in column and associated data of rows in python code example Example: delete rows with value in column pandas df = df[df.line_race != 0]