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

NameDescriptionParameters
initConstructorServer
ExecuteExecutes the query on the server and returns the resulting JSONQuery
Execute_DFExecutes the query on the server and returns the resulting Complete DataframeQuery
HistoryToDataframeConverts the JSON returned from the Execute into a Complete DataframeJson