I am trying to get data out of a column from my pipeline output.
Please correct me if I'm wrong. The key to the pipeline output dataframe is an Equity. So I got the indexes from the output dataframe, and iterated through it. Each iteration would use the Equity from the iteration to get column data from the output dataframe. However, I get a "KeyError" when I try to do so.
KeyError: Equity(21383, symbol=u'EXEL', asset_name=u'EXELIXIS INC', exchange=u'NASDAQ', start_date=Timestamp('2002-01-01 00:00:00+0000', tz='UTC'), end_date=Timestamp('2017-01-17 00:00:00+0000', tz='UTC'), first_traded=None, auto_close_date=Timestamp('2017-01-20 00:00:00+0000', tz='UTC'), exchange_full=u'NASDAQ GLOBAL SELECT MARKET')
I couldn't get my code to syntax properly on this post, so I put it on pastebin.