Open Nicosunaa opened 4 years ago
Hi, I am trying to make a pipeline filtering the universe of stocks by industry but I am getting a error that says:
pharma_industry = Industry().search('Pharmaceuticals') AttributeError: 'Latest' object has no attribute 'search'
What operator can I use so the industry() filters any that includes the string 'pharmaceutical'?
Hi, I am trying to make a pipeline filtering the universe of stocks by industry but I am getting a error that says:
pharma_industry = Industry().search('Pharmaceuticals') AttributeError: 'Latest' object has no attribute 'search'
What operator can I use so the industry() filters any that includes the string 'pharmaceutical'?