====AQLQuery::HistoryToDataframe==== This function is part of the [[AQLQuery|AQLQuery]] class. **HistoryToDataframe** is used to transform the JSON results of an ARDI AQL history request into a Pandas dataframe for use in analysis, reporting or analytics. Its used in [[AQLQuery_Execute_DF|Execute_DF]] - you'll find detailed documentation about the parameters there. ===Return Value=== This function returns a Pandas [[complete dataframe]] with all of the data from your query. If no timezones are given, your resulting data will usually be in UTC.