pandas drop a row if it contains a certain value code example Example: remove rows from pandas dataframe that have text df[df.columnName != 'text']