faninsar.query.result.BaseResult#
- class faninsar.query.result.BaseResult(result: dict)[source]#
Bases:
objectBase class for the result of the queries.
- __init__(result: dict) None[source]#
Initialize the BaseResult instance.
- Parameters:
result (dict) – The result of the query.
Methods
__init__(result)Initialize the BaseResult instance.
Attributes
List of numpy arrays.
Description of the dimensions.
DataFrame of the result.
If the result is empty.