Using the first tutorial ('Getting Started'), lesson 4 it is not quite clear to me how the Q500 filter works or whether it works at all. When I use the line:
asset_list = pipeline_output.index.levels[1].unique()
asset_list.shape
out:
(9137,)
So there are (9137,) unique tickers in my pipeline??? I have used 2 days in in Jan 2018 as a time period. How is it possiible that I have(9137,)assets when the filter is supposed to be Q500?
Curiously enough, the number of element in my pipeline is only 23:
pipeline_output.shape
(23, 1)