python mendapatkan dataaframe vlaues di mana sel lebih tinggi dari

# This is an iterative query on all the rows
df = df[df["columnName"] > 10]
Av3