I need to remove a row in a pandas dataframe if a column contains a certain text code example Example: remove rows from pandas dataframe that have text df[df.columnName != 'text']