faninsar.query.result.PointsResult#
- class faninsar.query.result.PointsResult(result: dict)[source]#
Bases:
BaseResultA class to manage the result of
Pointsquery.- __init__(result: dict) None#
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.