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 |
Execute | Executes the query on the server and returns the resulting JSON | Query |
Execute_DF | Executes the query on the server and returns the resulting Complete Dataframe | Query |
HistoryToDataframe | Converts the JSON returned from the Execute into a Complete Dataframe | Json |