According to documentation for historical data below, it says if you don't put a request type it will send dataframe.  

trade_bars=self.history(symbol=symbol,extended_market_hours=True,span=timedelta(days=6), resolution=Resolution.MINUTE)

 

why does this not come back as a dataframe? Thanks in Advanced!