query_pack
query_pack
Query packing utilities for batch GQL queries.
Classes
QueryPack
Bases: Packable
A packable for managing queries (gqueries) across scenarios.
Functions
excel_read_kwargs
staticmethod
Returns a dict representing the excel read kwargs like the header Availabale to overload for users own implementation
add
Add scenarios and ensure they receive any requested queries.
Source code in src/pyetm/models/packables/query_pack.py
queries
queries_requested
add_to_workbook
Add gqueries results to workbook.
Source code in src/pyetm/models/packables/query_pack.py
load_from_dataframe
Import query definitions from dataframe.