Module macrobond_data_api.common.types.search_result_long
Classes
class SearchResultLong
-
The result of a entity search operation.
Ancestors
- collections.abc.Sequence
- collections.abc.Reversible
- collections.abc.Collection
- collections.abc.Sized
- collections.abc.Iterable
- collections.abc.Container
- typing.Generic
Instance variables
var entities : Sequence[str]
-
Return an attribute of instance, which is of type owner.
var is_truncated : bool
-
Indicates whether the search result was too long and truncated.
var names : List[str]
-
A sequence of the name of the entities found.
Methods
def to_pd_data_frame(self) ‑> DataFrame
-
Return the result as a
DataFrame
.