Hello,
I am new to python so apologies for the newbie question, I have a dataframe containing pct changes of prices for a list of equities, I would like to only select those equities (note the equities are columns in the dataframe) where the price changes are below some threshold. Is there a simple pythonic way of applying a filter to a dataframe to do this?
Regards,
Mark