filtering category columns in pandas dataframe code example Example: pandas column filter filter = df['column']!= 0 df = df[filter]