I feel like this question must have been answered by someone before, but I can\'t find an answer on stack overflow!
I have a dataframe result that looks
result
I have another suggestion, which could help
df3 = result.drop(result[result['Value'] < 10].index, inplace = True)