Might it be built in to Quantopian that the event data can be easily returned as a pandas dataframe (as they are by the history API)? As an example, for a single minute, I'd like for closing prices:
XYZ PDQ
2013-09-05 20:59:00 17.0 47.2
And the same for OHLV.
Is there a straightforward way to do this, or would I have to cobble together the dataframes myself?
Grant