python conditionally remove lines from pandas dataframe code example Example: python - exclude rowin data frame based on value df = df[df.myvar != 0] df = df[df.myvar < 2]