Python otrzymuje Vlaues DataFrame, gdzie komórka jest wyższa niż
# This is an iterative query on all the rows
df = df[df["columnName"] > 10]
Av3
# This is an iterative query on all the rows
df = df[df["columnName"] > 10]