====Class: AQLQuery==== The **AQLQuery** class manages a single AQL request. It contains functions to convert historical queries into Pandas data-frames for easy processing and analytics. ===Member Functions=== ^Name^Description^Parameters^ |**__init__**|Constructor|Server| |**[[AQLQuery_Execute|Execute]]**|Executes the query on the server and returns the resulting JSON|Query| |**[[AQLQuery_Execute_DF|Execute_DF]]**|Executes the query on the server and returns the resulting [[complete dataframe]]|Query| |**[[AQLQuery_HistoryToDataframe|HistoryToDataframe]]**|Converts the JSON returned from the [[AQLQuery_Execute|Execute]] into a [[complete dataframe]]|Json|