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