AQLQuery::HistoryToDataframe
This function is part of the 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 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.