I have a dataframe, and I want to reduce it based on a condition, e.g.:
df = df.loc[df[\'column 1\']>1,:]
Then, in a later operation, I wa