The pipline results returns a dataframe with an equity object in the index.
And I need to use Quantopian's symbol name to filter on a security certain securities.
For example I want to filter on securities with a quantopian's symbol starting by "AB".
any way to achieve it?
also if I could just retrieve the Q's symbol (not morningstar) in a column, that could help as I'd use the "startswith" ...?