Hi All,
Let's say I am interested in just 10 stocks that I have identified.
Now I want to run those 10 stocks through a pipeline involving say sentiment analysis. What is the most efficient way to do this?
I.e. by default quantopian pipelines seem to use every stock in the quantopian database. I guess one potential solution is to work with every stock, then use a for loop to pull out the 10 stocks of interest. But this sounds inefficient to me.
So, is there a way to restrict a pipeline's universe of stocks?