Hello,
I am having trouble filtering boolean operators. How might I do this? i can't seem to find the right documentation. I have a variable with stocks marked true if they meet the criteria for selection and false if they don't. I need to remove the false ones and keep the true ones and store them into a pd.DataFrame.
Thank you,
Dante Migale