#Filtering for SP state and price up or equal 115 sp_above_mean = df[(df['price'] >= 115) & (df['seller_state'] == 'SP')]