Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Filter for individual tickers in dataframe

I have created a dataframe in the research environment using the pipeline and would like to filter for a single ticker like so:

df[df.index.get_level_values(1).isin(['Equity(5121 [MU])'])]

But it comes up empty. Can anyone advise?