row filter in pandas code example Example: filter rows pandas newdf = df[(df.origin == "JFK") & (df.carrier == "B6")]