While in a for loop I tried to append values queried from a data-frame in Pandas. I used something like:
n = df.loc[(df["B"] > 50) & (df[&quo