how to use filter functionon dataframe in python code example Example: pandas column filter filter = df['column']!= 0 df = df[filter]