bayesline.api.equity.ReportAccessorApi#
- class bayesline.api.equity.ReportAccessorApi#
Bases:
BaseReportAccessorApi
Methods
__init__
()get_data
(path, *[, expand, pivot_cols, ...])get_level_values
([levels, include_totals, ...])is_path_valid
(path_levels, *[, expand])persist
(name)Persists the given report for the given name.
validate_path
(path_levels[, expand])Attributes
- abstract get_level_values(levels: tuple[str, ...] = (), include_totals: bool = False, filters: list[tuple[str, str, Any] | Sequence[tuple[str, str, Any]]] | None = None) DataFrame #